Thanks for your reply. I am using just one worker. Here's my conf: #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log info; #pid logs/nginx.pid; events { worker_connections 1024; } http { access_log off; #limit_req_zone $binary_remote_addr zone=one:10m rate=1r/m; includeby rajiv - How to...
Hi, I am using nginx 1.2.9 on a 64-bit Windows Server. I have observed that the worker process's memory footprint tends to increase over time and at around 2GB a new worker tries to spawn; at which point nginx becomes non-responsive. I have done all the checks I know to investigate the matter but to no avail. Also, I haven't been able to locate any help online so far. Can anyone throw some lighby rajiv - How to...