• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Best PHP-FPM pool settings for high traffic site

stevemartin

Basic Pleskian
what is Best PHP-FPM pool settings for high traffic site like 1k online users for a xenforo forum runing single domain
891627bb87ac73e8daa83dbc170e5f5d.png

my server config
CPUIntel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz (40 core(s))
Plesk VersionPlesk Obsidian v18.0.25_build1800200325.19 os_CentOS 7
OSCentOS Linux 7.7.1908 (Core)
Mermory256GB
HDDSSD 1TB x2 raid 1
 
could you please tell me if my site has 250000 visitors per day this settings works with it ?
my site is free music download site and has huge mp3 data
link :
pm.max_children: At least 25
pm.max_requests: At least 10000
pm = ondemand
 
Last edited by a moderator:
The first thing server owners tend to do for an immediate fix, is to restart the PHP-FPM service. But simply restarting the service is only a band-aid solution, and you will soon see the load spiking McDVOICE
 
Last edited:
Hi I changed my pm.max_children from 10 to 20 across all the domain names, now the plesk dashboard is so slow. Is there any connection on that?
 
Unfortunately I dont have the ssh access. So I cannot confirm that. I changing the pm.max_children can be the cause of it?
 
PHP setting pm.max_children has nothing to do with MySQL operation. If only indirectly.
 
Back
Top