Comment 1 for bug 459241

Revision history for this message
Adam Kocoloski (kocolosk) wrote :

Erlang has a default limit of 1024 ports, where each FD, tcp connection, and linked-in driver uses one port. You seem to have exceeded this. You can change it at runtime using the ERL_MAX_PORTS env variable.