PHP-FPM service error: ulimit: 25: error setting limit (Invalid argument)

Magician

Verified User
Joined
Jan 31, 2010
Messages
135
Location
EU / PL
Debian 6, CB2.0, PHP-FPM, restart php-fpm54 give me:
Code:
ulimit: 25: error setting limit (Invalid argument)
Final php-fpm start but I think is something wrong.
 
/etc/init.d/php-fpm54 line 25:
Code:
ulimit -HSn 32768
This settings are specific for system (and in my case make error like post above) or this is something wrong?
Change for what to stop make error?
 
Hello,

That should be the same ulimit that is set elsewhere, like in:
/etc/init.d/httpd

check the httpd boot script to see if it's there as well, and if you get the same error.

I wasn't able to see any ulimit warnings with httpd (don't have a php-fpm debian box to test)... so not too sure if this is specific to just this box, or others too..

John
 
Strange, but you have right - same ulimit in httpd and php-fpm54 BUT when restart httpd I haven't errors instead restart php-fpm54 when I have.
 
Back
Top