[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] I got a question for ya



Have you ever tried to increase the max allowed open files?
I think by default the the kernel it configed for 1024 open files at once.

The docs I find on redhats site are very clear.  The sate that
/proc/sys/kernel/file-max
contains the number of open files and if you want to increase the do:
"echo 4096 > /proc/sys/kernel/file-max" to increase the allowd open files to
4096.

One BIG problem I see!!!  file-max doesn't exist in the /proc/sys/kernel
folder
and you can not create it because of the read only permissions on the
folder.
and you can not change the permissions on the folder either.