Eugeny / ajenti-v

Virtual Hosting addon for Ajenti
ajenti.org/#product-ajenti-v
MIT License
225 stars 80 forks source link

php7.0-fpm does not start if Min Process is set to more than 6 #243

Open saidul opened 7 years ago

saidul commented 7 years ago

From Log:

[19-Oct-2016 12:59:19] ALERT: [pool xxxxxxx-php7.0-fcgi-0] pm.start_servers(7) must not be less than pm.min_spare_servers(2) and not greater than pm.max_spare_servers(6)

max_spare_server should be increased if Min Process is set to a larger value.