From owner-freebsd-stable@FreeBSD.ORG Thu Mar 1 14:28:08 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A5DE1065674 for ; Thu, 1 Mar 2012 14:28:08 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) by mx1.freebsd.org (Postfix) with ESMTP id 1ED9A8FC12 for ; Thu, 1 Mar 2012 14:28:07 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1S36za-000AsG-RR; Thu, 01 Mar 2012 18:28:26 +0400 Date: Thu, 1 Mar 2012 18:28:26 +0400 From: Slawa Olhovchenkov To: Peter Jeremy Message-ID: <20120301142826.GG97848@zxy.spb.ru> References: <1330081612.13430.39.camel@pow> <20120227181436.GA49667@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120227181436.GA49667@server.vk2pj.dyndns.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: freebsd-fs@freebsd.org, Luke Marsden , "freebsd-stable@freebsd.org" , team@hybrid-logic.co.uk Subject: Re: Another ZFS ARC memory question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2012 14:28:08 -0000 On Tue, Feb 28, 2012 at 05:14:37AM +1100, Peter Jeremy wrote: > > * what is the community's advice for production machines running > > ZFS on FreeBSD, is manually limiting the ARC cache (to ensure > > that there's enough actually free memory to handle a spike in > > application memory usage) the best solution to this > > spike-in-memory-means-crash problem? > > Are you swapping onto a ZFS vdev? If so, change back to a raw (or > geom) device - swapping to ZFS is known to be problematic. If you I see kernel stuck when swapping to ZFS. This is only known problem?