in reply to Re^3: How to debug "Too Many Open Files" Error
in thread How to debug "Too Many Open Files" Error
echo 8192 > /proc/sys/fs/file-maxecho && 32768 > /proc/sys/fs/inode-ma +x
ulimit -a
ulimit -n
I would also like to try insertingulimit -H
into the 3 most popular modules in the script. Finally, thanks for the suggestions on not capitalizing Perl. I had no idea. The last thing I want to do is offend the very people from whom I need help.warn `ls -l /proc/$$/fd/` . ' ';
|
|---|