View Single Post

  #8 (permalink)  
Old 08-29-2007, 05:41 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Quote:
Originally Posted by maroon View Post
ok!!!

add the command as it is in the file /etc/sys....

for example:

echo > 8192 /proc/sys/fs/....

or

ulimit -HSn 8192

then save the file and quit...?

thk u
Naa dont' use echo or ulimit command in in /etc/sysctl.conf
Code:
vi /etc/sysctl.conf

Setup fd as follows:
Code:
fs.file-max = 15000
Save and reboot server
__________________
May the force with you!
Reply With Quote