[erlang-questions] erl using 99% CPU while idle

Frank Hunleth fhunleth@REDACTED
Tue Mar 27 15:58:58 CEST 2012


On Tue, Mar 27, 2012 at 9:45 AM, Tomasz Maciejewski <ponton@REDACTED> wrote:
>> [snip]
>
> I don't know if it's even related to the problem, but have tried using
> kernel polling (erl +K true)?

I just tried it. The CPU is still at 99%. When running strace, the
calls to poll() are now calls to epoll_wait(). The timeout parameter
on epoll_wait() is 0.

Thanks,
Frank



More information about the erlang-questions mailing list