Created
October 31, 2010 08:59
-
-
Save jebu/656327 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
handle_event({set_alarm, {process_memory_high_watermark, Pid}}, State) -> | |
error_logger:info_msg("*** Process high mark reached ~p ~n", [Pid]), | |
error_logger:info_msg("*** Backtrace - ~p ~n ", [erlang:process_info(Pid, backtrace)]), | |
error_logger:info_msg("*** Process info ~p ~n", [erlang:process_info(Pid)]), | |
{ok, State}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment