Hello,
I'm having some trouble serving large amounts of static content.
With some 200-300 requests per second, it works perfectly, instantly and Load response below 1.00
But with 400-500 requests per second, load remains low (<1.00), but response sometimes is fast, most of times is slow.
It seems that some value goes to limit and don't allow more connections temporarily until it is released.
Max Connections: 5,000 (10,000 2-Cpu) (with 500req/s, usage is about 500-1000)
Smart Keep-Alive: No (tested and works betters with No)
All other features are default.
I'm having some trouble serving large amounts of static content.
With some 200-300 requests per second, it works perfectly, instantly and Load response below 1.00
But with 400-500 requests per second, load remains low (<1.00), but response sometimes is fast, most of times is slow.
It seems that some value goes to limit and don't allow more connections temporarily until it is released.
Max Connections: 5,000 (10,000 2-Cpu) (with 500req/s, usage is about 500-1000)
Smart Keep-Alive: No (tested and works betters with No)
All other features are default.