Apache
Increase max CCU
1. Allocate more resources
This allows for more Apache child processes to be spawned, thus being able to handle more concurrent connections.
You can read more about Apache performance tuning here: https://www.liquidweb.com/kb/apache-performance-tuning-mpm-directives/
2. Kill connections faster
This might increase the latency of each request, but allow for more concurrent users to send requests without the idle connections using too much space.
Last updated