- Server operating system version
- AlmaLinux 9.3
- Plesk version and microupdate number
- 18.0.60
Hi all,
We have a website (PHP 8.1) installed on a dedicated server in FastCgi / Apache which at certain times can have significant traffic.
When we do traffic simulations, the site quickly becomes unavailable even though the RAM (64G) is used very little.
We have activate "Performance booster".
Also desactivate not necessary PHP and Apache module.
Also update fgci.conf:
FcgidIdleTimeout 200
FcgidMaxProcesses 100
FcgidMaxProcessesPerClass 50
FcgidIOTimeout 30
FcgidMinProcessesPerClass 0
FcgidIdleScanInterval 10
FcgidInitialEnv RAILS_ENV production
But not a lot of change...
For example, CPU increase to 5 but RAM stay to 1.5 GB used and 55 G available.
What settings can we modify to improve the responses?
Thank you.
We have a website (PHP 8.1) installed on a dedicated server in FastCgi / Apache which at certain times can have significant traffic.
When we do traffic simulations, the site quickly becomes unavailable even though the RAM (64G) is used very little.
We have activate "Performance booster".
Also desactivate not necessary PHP and Apache module.
Also update fgci.conf:
FcgidIdleTimeout 200
FcgidMaxProcesses 100
FcgidMaxProcessesPerClass 50
FcgidIOTimeout 30
FcgidMinProcessesPerClass 0
FcgidIdleScanInterval 10
FcgidInitialEnv RAILS_ENV production
But not a lot of change...
For example, CPU increase to 5 but RAM stay to 1.5 GB used and 55 G available.
What settings can we modify to improve the responses?
Thank you.