[erlang-questions] Erlang "system_limit" trouble!
Gleb Peregud
gleber.p@REDACTED
Mon May 31 13:48:17 CEST 2010
Does these show anything weird?
erlang:ports().
erlang:processes().
erlang:memory().
On Mon, May 31, 2010 at 13:29, zabrane Mikael <zabrane3@REDACTED> wrote:
> 2010/5/31 Gleb Peregud <gleber.p@REDACTED>
>>
>> Try using "lsof" with the process ID of the beam to see if these files
>> are really closed properly
>>
>
> $ lsof -c beam.smp
> doesn't seem to report anything strange (I also tried with beam's PID "lsof
> -p 17588").
> I forget to mention that my code in single threaded, and I only use one
> process at a time.
More information about the erlang-questions
mailing list