LMSouq
server-admin Open

Tuning nginx worker_process to obtain 100k hits per min

AB
ablemike
1 month ago
3 views
Problem Description
We have a server that is serving one html file. Right now the server has 2 CPUs and 2GB of ram. From blitz.io, we are getting about 12k connections per minute and anywhere from 200 timeouts in that 60 seconds with 250 concurrent connections each second. worker_processes 2; events { worker_connections 1024; } If I increase the timeout, the response time starts creeping up beyond a second. What else can I do to squeeze more juice out of this?

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base