Martin Ma=E8ok wrote: >=20 > On Mon, Dec 31, 2001 at 07:17:33PM +0530, Satheesh, TV (MED) wrote: > > Considering the enormous power, there shouldn't be a problem. > > However I have seen strange errors as "Stale NFS Handle" or "Too > > Many Open files" or some error in loading libraries. >=20 > Have you tried searching "linux too many open files" on google? >=20 > First result: > http://www.patoche.org/LTT/kernel/00000128.html >=20 > The kernel's out of file handles. Go to /proc/sys/kernel and look at > "file-max" as compared to "file-nr" as well as "inode-max" compared > to "inode-nr". I think "nr" is the number currently in use... but I > could swear I've seen it go higher than "max". >=20 > Anyway, the solution is just to put larger numbers in the "max" > files. In my /etc/init.d, I've got a file called "setmaxfiles.sh" > that contains: >=20 > echo "4096" > /proc/sys/kernel/file-max > echo "12288" > /proc/sys/kernel/inode-max >=20 > Then, I made a symlink to it from /etc/rcS.d/S37setmaxfiles.sh so > that it will update the kernel structures every time it boots (as it > goes through single-user mode). or, have a look at man sysctl.conf man sysctl /m >=20 > -- > Martin Ma=E8ok http://underground.cz/ > martin.macok@underground.cz http://Xtrmntr.org/ORBman/ >=20 > _______________________________________________ > Redhat-devel-list mailing list > Redhat-devel-list@redhat.com > https://listman.redhat.com/mailman/listinfo/redhat-devel-list