Tuning Kernel Settings
This topic is part of Tuning the Siebel Server for All UNIX and Linux Operating Systems.
To change the kernel settings
Using a text editor such as
vi
, open the/etc/rc.net
file for editing.Check the settings for all User Limits (ulimit) and make sure that they are set to -1 (unlimited), as follows:
ulimit -a
Note: Work with your system administrator to change the set limits as appropriate for your UNIX or Linux operating system. On AIX, for example, update the/etc/security/limits
file by changing allulimit
parameter values to -1 (unlimited).Save your changes and exit the editor.
Restart the server computer to have the new settings take effect.