Results 1 to 1 of 1
Hi.
I'd like to configure my "ulimit" and change the value:
Code:
ulimit -n 16384
It works perfectly if I type it on the shell, but it doesn't work if ...
- 03-28-2008 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 11
How to configure my server to set "ulimit -n 16384"
Hi.
I'd like to configure my "ulimit" and change the value:
It works perfectly if I type it on the shell, but it doesn't work if I write it within a shell script (/etc/rc.d/init.d/httpd) or within '/etc/rc.local'Code:ulimit -n 16384
The idea is changing it each time the server starts. Any suggestion?


Reply With Quote