Welcome! Log In Create A New Profile

Advanced

Nginx Slowdown on Solaris

April 28, 2011 08:12AM
Hello,

I use nginx 0.8.53 on Solaris 10 and I feel like I reach a kind of limit but I'm not abble to find it.
I use Nginx to serve static image and sometimes to get one image I need to wait 10 or more seconds.


nginx is launched with a ulimit -n 65536, and here is my config:

worker_processes 40;
error_log logs/error.log;
events {
worker_connections 8192;
devpoll_events 1;
}
http {
include mime.types;
default_type application/octet-stream;

sendfile on;
keepalive_timeout 15;

gzip on;
gzip_buffers 16 8k;
gzip_types text/plain text/html text/css text/javascript application/x-javascript;
server {
listen 80;
....
}

I've got stub_status activated and here is a graph with the stats I have:

http://img546.imageshack.us/img546/5369/nginx.png

I modify log level in order to check if I've got some warning about wrong configuration but nothing.

Do you have any idea to solve this problem ?

Thanks for your help,

Julien
Subject Author Posted

Nginx Slowdown on Solaris

darckos April 28, 2011 08:12AM

Re: Nginx Slowdown on Solaris

Sergey A. Osokin April 28, 2011 08:20AM

Re: Nginx Slowdown on Solaris

darckos April 28, 2011 08:48AM

Re: Nginx Slowdown on Solaris

darckos April 28, 2011 09:38AM

Re: Nginx Slowdown on Solaris

Sergey A. Osokin April 28, 2011 09:28AM

Re: Nginx Slowdown on Solaris

Sergey A. Osokin April 28, 2011 10:08AM

Re: Nginx Slowdown on Solaris

Maxim Dounin April 28, 2011 11:00AM

Re: Nginx Slowdown on Solaris

darckos April 28, 2011 12:52PM

Re: Nginx Slowdown on Solaris

jjjx128 April 28, 2011 04:50PM

Re: Nginx Slowdown on Solaris

darckos April 29, 2011 09:28AM

Re: Nginx Slowdown on Solaris

jjjx128 April 29, 2011 01:11PM

Re: Nginx Slowdown on Solaris

darckos May 03, 2011 10:24AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 243
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready