[erlang-questions] fd is larger than the largest allowed fd=1023

CGS cgsmcmlxxv@REDACTED
Tue Dec 13 12:27:10 CET 2011


I don't know if it will help, but you can try to add `+P 10000 -env 
ERL_MAX_PORTS 10000' to your erl command (fd = file descriptor = 1024 by 
default; it should be increased by what I gave you - in the example I 
gave you, you increase to 10k).

CGS




On 12/13/2011 12:20 PM, Max Lapshin wrote:
> =ERROR REPORT==== 13-Dec-2011::15:19:24 ===
> driver_select(0x0000000000000138, 1024, ERL_DRV_WRITE ERL_DRV_USE, 1)
> by tcp_inet driver #Port<0.9528>  failed: fd=1024 is larger than the
> largest allowed fd=1023
>
>
> What does it mean and how should I deal with it?
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions




More information about the erlang-questions mailing list