Results 1 to 10 of 41
Threaded View
-
6th Nov 2010, 01:56 PM #26Respected DeveloperWebsite's:
X4B.orgIve never seen anything like that my first guess would be what have you changed in the config. The most likely culprit for an ex-apache user is that they change the worker_processes and set it to something like 100-255 thinking that its a 1 process per request system when its not (each process can handle 1024+ connections depending on config). Other ideas include keep alive and gzip maybe.
Another idea ive seen people do is set their proxy/fastcgi cache key zone to a few GB thinking that it helps when it doesnt. (each key is 64bytes or something, unless you are storing 16,777,216+ cache entries that amount of key zone is useless!)
Thirdly nginx shouldnt spike, the nature of its event model means that it should remain constant, if its spiking something is definately wrong (check logs for segfaults and process restarts maybe? Maybe due to missconfig.)
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Need help about NGINX!
By FootStep in forum Server ManagementReplies: 9Last Post: 20th Jul 2012, 04:50 PM -
Nginx php help
By MediaStar in forum Server ManagementReplies: 10Last Post: 25th Apr 2012, 03:20 PM -
Nginx Help
By dheeraj4uuuu in forum Webmaster DiscussionReplies: 4Last Post: 28th Mar 2012, 09:26 PM -
Nginx and subdomains
By skinner in forum Server ManagementReplies: 5Last Post: 14th Mar 2012, 10:29 PM -
Plesk and nginx
By Webmin in forum Technical and Security TutorialsReplies: 8Last Post: 5th Mar 2012, 08:39 PM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...