On 21 Jan 2003, garry wrote:

> 
> Last week I had a class of 30 students using OpenOffice and Mozilla when
> the system started to malfunction. Basically at one point no new
> programs would open and error messages like "too many open files in the
> system" started to appear and I had to continually kill runaway
> processes to keep the system running. The next lesson, programming using
> Judo for java started OK but after about 15 minutes the same sorts of
> problem occured. Can anyone explain what is happening and how I could
> avoid these problems. 
> regards 
> garry 
> 
 Two many open files? You server must have been busy realy heavily! You 
must increase the open files (and inodes and memory pages) limits in 
/etc/rc.d/rc.local (for example) by puttind the following lines there:

                                                                                       
                                                 
# increase limit of open files
nr=16384
expr $nr \* 4 > /proc/sys/fs/inode-max
echo $nr  > /proc/sys/fs/file-max

# increase size of memory pages reserved for kernel
echo "1024 2048 3072" > /proc/sys/vm/freepages


Good luck

Peter
 > 
> -------------------------------------------------------
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> _____________________________________________________________________
> 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.freenode.net
> 



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_____________________________________________________________________
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.freenode.net

Reply via email to