Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nginx-0.7.45
- To: nginx-ru@xxxxxxxxx
- Subject: Re: nginx-0.7.45
- From: Andrey Zonov <andrey.zonov@xxxxxxxxx>
- Date: Mon, 30 Mar 2009 21:39:07 +0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=41HE7xv9F/Zcy60/v1xc4s2REPnpuZhB5xFDWABeev0=; b=Jwsdh5u2T5eAIIaAJ+2W4h66w803h0bt6NBeMEYb86/a7Adi6HezX0OpI1Hm0DtaHl 7prVGqDpE9pAf20HZZV1rvYONevFY5NMsP6n3iGti/V72JdPiicHzDlTwKgFBd1KjG78 SC2EIJdbTK2szvdQc2xefPhGVHATEwrPUTDeo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=GmyoY/hYlxfl0JI3ZOdsWYLSNHuNZFnG2TGU6jXnmVIN3bHNPCjsd0XTqAoAkhevWc MsgEESysMKY+Oaaert/IRChS6fq7KmtJByzvMNgEEZKJ6+CgbHmuf/zSoM93snIWmg84 3jgGFydXd1spzvkji8jIJOSR5D0dpEsLefayg=
- In-reply-to: <20090330161449.GJ73528@xxxxxxxxxxxxx>
- References: <20090330083706.GA65367@xxxxxxxxxxxxx> <983a1cf20903300848k4dd62a2ew9d3e496e824d4534@xxxxxxxxxxxxxx> <20090330161449.GJ73528@xxxxxxxxxxxxx>
...
proxy_connect_timeout 3;
proxy_buffering on;
proxy_buffer_size 32k;
proxy_buffers 32 32k;
proxy_intercept_errors off;
proxy_next_upstream error timeout http_500;
proxy_store_access user:rw group:rw all:r;
proxy_temp_path /place/nginx/cache/spool 1 2;
proxy_cache_path /place/nginx/cache levels=1:2
keys_zone=zone:1m inactive=60m max_size=5m;
proxy_cache_min_uses 1;
proxy_cache_valid 200 302 60m;
proxy_cache_valid 404 10m;
...
$ grep bzsize /place/nginx/log/error.log
$
ОС - FreeBSD 7.1-RELEASE-p2
nginx-devel-0.7.46 из портов, чуть подправленных до текущей версии.
Igor Sysoev пишет:
On Mon, Mar 30, 2009 at 07:48:47PM +0400, Andrey Zonov wrote:
Господа, кто попробовал в бою?
Стандартно воспроизводится: запукаем nginx, он начианет складывать
файлы в кеш, доходит до отметки в max_size, чистит кеш _полностью_,
после чего cleaner manager начинает жрать 100% проца. Некотрое время
файлы в кеш не кладутся, потом всё сначала...
Судя по ktrace, после очистки кеша происходит зацикливание вызова gettimeofday
Какие параметры ..._cache_path и что показывает
grep bzsize error.log
?
|