Hi Garry, garry schrieb: > 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.
The SuSE SDB has some information on that (not exactly your problem, but I guess it helps ...) http://sdb.suse.de/en/sdb/html/jreuter_imap_filemax.html [...] Increase the number of file descriptors available through the /proc file system, in the following example to 65536: echo "65536" >/proc/sys/fs/file-max Bye, Christoph -- Christoph Thiel <[EMAIL PROTECTED]> ------------------------------------------------------- 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
