From owner-freebsd-fs@FreeBSD.ORG Thu Oct 8 08:42:23 2009 Return-Path: Delivered-To: freebsd-fs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FC94106566B; Thu, 8 Oct 2009 08:42:23 +0000 (UTC) (envelope-from bra@fsn.hu) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) by mx1.freebsd.org (Postfix) with ESMTP id E06CA8FC1B; Thu, 8 Oct 2009 08:42:22 +0000 (UTC) Received: by people.fsn.hu (Postfix, from userid 1001) id 83AD1141C2C; Thu, 8 Oct 2009 10:42:20 +0200 (CEST) X-CRM114-Version: 20090423-BlameSteveJobs ( TRE 0.7.6 (BSD) ) MF-ACE0E1EA [pR: 15.5708] X-CRM114-CacheID: sfid-20091008_10422_61AB5602 X-CRM114-Status: Good ( pR: 15.5708 ) Message-ID: <4ACDA5EA.2010600@fsn.hu> Date: Thu, 08 Oct 2009 10:42:18 +0200 From: Attila Nagy User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090817 Thunderbird/2.0.0.23 Mnenhy/0.7.6.0 MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <4AC1E540.9070001@fsn.hu> <4AC5B2C7.2000200@fsn.hu> <20091002184526.GA1660@garage.freebsd.pl> In-Reply-To: <20091002184526.GA1660@garage.freebsd.pl> X-Stationery: 0.4.10 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.3 (people.fsn.hu); Thu, 08 Oct 2009 10:42:19 +0200 (CEST) Cc: freebsd-fs@FreeBSD.org Subject: Re: ARC size constantly shrinks, then ZFS slows down extremely X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 08:42:23 -0000 Hello, Pawel Jakub Dawidek wrote: > On Fri, Oct 02, 2009 at 09:59:03AM +0200, Attila Nagy wrote: > >> Backing out this change from the 8-STABLE kernel: >> http://svn.freebsd.org/viewvc/base/head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c?r1=191901&r2=191902 >> >> makes it survive about half and hour of IMAP searching. Of course only >> time will tell whether this helps in the long run, but so far 10/10 >> tries succeeded to kill the machine with this method... >> > > Could you try this patch: > > http://people.freebsd.org/~pjd/patches/arc.c.4.patch > It seems (after running for two days) that this fixes my problem. And I see that Kip has came out with a similar version (which I couldn't yet test, but hope that will also do). Thanks!