Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: проблема с перезагрузкой
- To: nginx-ru@xxxxxxxxx
- Subject: Re: проблема с перезагрузкой
- From: "Konstantin Zavialov" <konstantin.z@xxxxxxxxx>
- Date: Mon, 11 Feb 2008 12:14:43 +0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=JBHufvhTMD5r1EPQQpGBEmvO8tbLXHMRrlXYFcMS+1o=; b=tXtRPPBB/O/LxDx7ru6sy5P8yYsitWivB7VAHIaYnx7UmtC8TIM4LVFXzZO+l6KD1j7h20w03u4heNgZ/2I+igM5gYN0E2X3Kyc4DB6XXlO/Ut+nnI+YjGPhFNzy64IFkQ5KAQi14NV+zSt4FwpFpzVJUaz02MXiCthKU1naHYM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ih+FRnjsx0z0muaZEtVr8zpfiwq+dA1uhDa+Tn9Bx1Klq4qWkj8rV9afpOcHskEiuqd/9xIstaGkYcvtfg3tdRB31XIhpAqr63DTSJ5efMKZQVglcjX0SYPz4glC0antOGyY3yfBmcWsPI2ELDx2BbXI6yWs/wYHOtI/5aRbamc=
- In-reply-to: <20080211070409.GD64410@xxxxxxxxxxxxx>
- References: <a72163d20802101255q7b31605akf34c8109aa96b455@xxxxxxxxxxxxxx> <20080211070409.GD64410@xxxxxxxxxxxxx>
11.02.08, Igor Sysoev<is@xxxxxxxxxxxxx> написал(а):
> On Sun, Feb 10, 2008 at 11:55:41PM +0300, Sergey Novikov wrote:
>
> > Прошу прощения, ответ почему-то не дошел, так что пишу заново.
> > (я писал о проблеме с kill -HUP)
> >
> > ps ax -o pid,ppid,%cpu,vsz,wchan,command|egrep '(nginx|PID)'
> >
> > PID PPID %CPU VSZ WCHAN COMMAND
> > 5899 1 0.0 333956 pause nginx: master process /usr/local/sbin/nginx
> > 5900 5899 0.0 298240 kqread nginx: worker process (nginx)
> > 5901 5899 0.0 298240 kqread nginx: worker process (nginx)
> > 5902 5899 0.0 298240 kqread nginx: worker process (nginx)
> > 5903 5899 0.0 298240 kqread nginx: worker process (nginx)
> > 5904 5899 0.0 298240 kqread nginx: worker process (nginx)
> > 5905 5899 0.0 298240 kqread nginx: worker process (nginx)
> > 5906 5899 0.0 298240 kqread nginx: worker process (nginx)
> > 5907 5899 0.0 298240 kqread nginx: worker process (nginx)
> > 16634 16628 0.0 1540 vnread egrep (nginx|PID)
>
> Основной процесс огромный - 330M. Во время переконфигурации он
> увеличивается вдвое ~600M и привышает datasize limit для i386:
>
> limits -d
> Resource limits (current):
> datasize 524288 kB
>
> Можно увелечить datasize до 1G в /boot/loader.conf:
>
> kern.maxdsiz=1073741824
> kern.dfldsiz=1073741824
>
> Но лучше уменьшить память, потребляемую nginx'ом.
> Насколько я понимаю, используется много серверов. Как выглядит
> типичный server ?
>
>
> --
> Игорь Сысоев
> http://sysoev.ru
>
>
|