Azurel
Silver Pleskian
I found in /var/log/plesk-php73-fpm/error.log this lines:
So I want change it and found: How to customize PHP-FPM pool settings for a domain through Plesk?
I take a look in Plesk > Domains > domain.tld > PHP Settings.
As you can see, plesk says 20 and not 100.
I looked in php.ini of domain.tld and its says again 100.
/var/www/vhosts/system/domain.tld/conf/php.ini
Why have plesk gui complete different values? Yes I'm in correct domain.
I have looked in other domains and default is "5", but in php.ini of this domain its again a value of "100".
Plesk Onyx Version 17.8.11 Update #74
[pool domain.tld] server reached max_children setting (100), consider raising it
So I want change it and found: How to customize PHP-FPM pool settings for a domain through Plesk?
I take a look in Plesk > Domains > domain.tld > PHP Settings.
As you can see, plesk says 20 and not 100.
I looked in php.ini of domain.tld and its says again 100.
/var/www/vhosts/system/domain.tld/conf/php.ini
Code:
[php-fpm-pool-settings]
pm.max_children = 100
pm.start_servers = 20
pm.min_spare_servers = 20
pm.max_spare_servers = 35
Why have plesk gui complete different values? Yes I'm in correct domain.
I have looked in other domains and default is "5", but in php.ini of this domain its again a value of "100".
Plesk Onyx Version 17.8.11 Update #74
Last edited: