Apache
Increase max CCU
1. Allocate more resources
nano /etc/apache2/mods-enabled/mpm_prefork.conf
---
ServerLimit 2048
MaxRequestWorkers 20482. Kill connections faster
nano /etc/apache2/apache2.conf
---
KeepAlive OffLast updated