Hello,
I've been running Nginx with php-fastcgi and am sometimes experiencing
the 'too many files open' error messages.
Investigating the solution I am confused about which user (or userclass
in login.conf) I should give more filedescriptors.
Setup (single machine)
- Nginx deamon running as 'www'
- Apache running as 'www' also (overlapping doc root)
-Several php-fastcgi processes (Nginx w. Lighttp's spawn-fcgi) running
as actual users.
These actual users have a nologin class and can only use chrooted SFTP.
I'm kinda lost on which user / which (new) login.conf class I should
give more filedescriptors.
Or how to find out which particular users/deamon needs them.
Any advice is appreciated.
Thanks!