Chapter 2 Server Tuning
These operating system settings can affect EAServer performance. For additional information on system requirements, see the EAServer Release Bulletin for your platform.
On UNIX, concurrent client connections to EAServer are limited by the operating system limit for the number of file descriptors that can be opened in one process. Before you start the server, set the file descriptor limit in the shell where you will start the server. For example, to set the limit to 1024:
ulimit -n 1024
On some systems, the default configuration limits the memory available to the server. You may need to raise the limit to make best use of memory intensive features such as caching or a large Java heap. For more information, see:
| Copyright (C) 2004. Sybase Inc. All rights reserved. |
| |