[erlang-questions] Erlang "system_limit" trouble!

Gleb Peregud gleber.p@REDACTED
Mon May 31 13:09:39 CEST 2010


Try using "lsof" with the process ID of the beam to see if these files
are really closed properly

On Mon, May 31, 2010 at 13:00, zabrane Mikael <zabrane3@REDACTED> wrote:
> 2010/5/31 Gleb Peregud <gleber.p@REDACTED>
>>
>> This should be helpful:
>>
>> http://www.erlang.org/doc/efficiency_guide/advanced.html#ports
>
> Already looked to that, but don't really now what to try ... thanks Gleb.
>
>>
>> Do you keep these daily reports files open?
>
> No, they remain closed. When everything is done, a bash script copy
> them to another machine late by night.
>
>>
>> Could it be that these files are not closed properly?
>
>
> Here, I'm assuming that "file:write_file" close the files properly.
> Is this true?
>


More information about the erlang-questions mailing list