[erlang-questions] how to seek Leaking processes ?

Attila Rajmund Nohl attila.r.nohl@REDACTED
Wed Jun 20 14:02:18 CEST 2012


2012/6/20 Morgan Segalis <msegalis@REDACTED>:
> Hi everyone !
>
> My Erlang App seems to have a process leak…
> I would like to know if there is a technic in order to seek any process leak in Erlang ? (pinpoint the module that leaks, or get the module of the leaked process)
>
> I cannot seems to be able to reproduce the issue manually, I only see it on production servers.
>
> Any help, or hint would be greatly appreciated.

Periodically run erlang:processes() and check what are the extra processes?



More information about the erlang-questions mailing list