I have recently started getting "Error=24 Too many open files" messages sporadically. When this error occurs I am forced to reboot. I thought the max number of open files was controlled by the /etc/security/limits/nofiles setting, but I have both my hard and soft set to unlimited.
<xke>ulimit -Sa
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 131072
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) unlimited
<xke>
<xke>ulimit -Ha
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) unlimited
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) unlimited
Is there something else that I should be looking at? Any assistance would be greatly appreciated.
<xke>ulimit -Sa
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 131072
stack(kbytes) 32768
memory(kbytes) 32768
coredump(blocks) 2097151
nofiles(descriptors) unlimited
<xke>
<xke>ulimit -Ha
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) unlimited
stack(kbytes) unlimited
memory(kbytes) unlimited
coredump(blocks) unlimited
nofiles(descriptors) unlimited
Is there something else that I should be looking at? Any assistance would be greatly appreciated.