Hi Team,I have a lamp configured with CentOs6.10 , PHP5.4 and Apache 2.4.53 on a GCP Server with Config 32CPU and 64GB RAM.Configured event mpm with following values<IfModule mpm_event_module>
ServerLimit 4000
StartServers 40
MinSpareThreads 25
MaxSpareThreads 2000
ThreadLimit 64
ThreadsPerChild 25
MaxRequestWorkers 4000
MaxClients 4000
MaxConnectionsPerChild 0
</IfModule>please suggest a solution.Regards,Rajkumar Adsule