UNIX file descriptors

On UNIX platforms, concurrent client connections to EAServer are limited by the operating system limit for the number of file descriptors that one process can open. Before you start the server, use the ulimit command to set the file descriptor limit in the shell where you will start the server.

See your UNIX system documentation for details about ulimit.