>Sometimes i get this error :
>"too many open files in system"
>causing my system to fail.
>How do I increase the number of files ?

Try something like this as root:

        root# cat /proc/sys/kernel/file-max
        1024
        root# echo 4096 >/proc/sys/kernel/file-max

That should shut it up. If this solves the problem, a q&d fix would be to
add this to rc.local. The long term fix is to recompile the kernel with this
new value instead. And that is not as hard as you might assume.

DL
--      affairs and are crunchy Do for good in ketchup.
        meddle not of the taste with wizards, you


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to