Forum Moderators: open
"Too many open files in system" Or "Error in accept: Too many open files in system"
I don't know what should I do... I can access to my server with ssh (root)
I have see this url [mail-index.netbsd.org...]
but is too complicated for me, I am new to linux OS..
However I have launch the command: "cat /proc/sys/fs/file-nr"
that sholud tell "(max number of files simultaneously open since boot) (how many files are open
right now) (max number of files allowed to be simultaneously open)" and return me:
63.828 - 0 - 262144
THANKS (..please help me..)
(sorry for my english)
A problem might be, that the your mysql is running under a seperate user account, not user root, and that that user account has a lower limit set on the allowed number of open files. You can increase amount of open file descriptors for mysql with the ulimit -n value command in the script that starts the mysql database, but many systems are setup in such a way that they don't allow the number of file descriptors to be increased for a single process. So it's a bit trial and error.