[EMAIL PROTECTED] wrote:
> 
> Marcus,
> 
> Luckily, this is easy to fix.
> 
> You need to increase the maximum number of filehandles
> and open inodes.
> 
> And, you can do it while the system is running and it takes
> effect immediately.
> 
> Try this:
> 
> echo 24576  >/proc/sys/fs/file-max
> echo 32768  >/proc/sys/fs/inode-max
> 
> I add those lines to my /etc/rc.d/rc.local script, so they
> get executed when the system boots up.
> 
> You may want to play with those numbers.

Since you're running Redhat, you could also add these two lines to
/etc/sysctl.conf:
fs.file-max = 24576
fs.inode-max = 32768

I'm not sure if any of the other distributions use this file, though.
-David

_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to