[erlang-questions] how to debug memory leaks?
Max Lapshin
max.lapshin@REDACTED
Sat Dec 4 12:11:06 CET 2010
1) introspect following metrics: message_queue_len, memory, heap_size
2) add
handle_info(dump_state, State) -> io:format("State: ~p~n", [State]),
{noreply, State};
More information about the erlang-questions
mailing list