Re: Too many open files and unix

2013-10-26 Thread Axel
Hi, tonight I force-restarted nginx and everything seems to be fixed. Checking the sockets shortly after restart returned 48 sockets for the master process and 36 sockets for worker processes. Now, 14 hours later sockets raise again - there are now 1128 sockets for the master and 1116 for w

Re: Too many open files and unix

2013-10-25 Thread Axel
Hello Aron, Am 25.10.2013 18:35, schrieb Aron: Hello, Can you tell the output from this command ps -eLF |grep www-data |wc -l ? Yes, it's 13 And What does /proc/sys/fs/nr_open output ? 1048576 Thanks, Axel ___ nginx mailing list nginx@nginx.org

Re: Too many open files and unix

2013-10-25 Thread Aron
Hello, Can you tell the output from this command ps -eLF |grep www-data |wc -l ? And What does /proc/sys/fs/nr_open output ?   Regards Aron From: Axel To: nginx@nginx.org Sent: Friday, October 25, 2013 5:37 PM Subject: Too many open files and unix Hello

Too many open files and unix

2013-10-25 Thread Axel
Hello, today I had too many open files and I need some advice to investigate in this issue. I googled around and found a lot information how to solve this issue (e.g. http://forum.nginx.org/read.php?2,234191,234191) I finally was able to get rid of the error. But I wondered about nginx beha