From owner-freebsd-stable@FreeBSD.ORG Sat May 5 17:49:37 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3698C16A403 for ; Sat, 5 May 2007 17:49:37 +0000 (UTC) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by mx1.freebsd.org (Postfix) with ESMTP id 223D213C44B for ; Sat, 5 May 2007 17:49:37 +0000 (UTC) (envelope-from dillon@apollo.backplane.com) Received: from apollo.backplane.com (localhost [127.0.0.1]) by apollo.backplane.com (8.13.8/8.13.7) with ESMTP id l45HnTNQ096808; Sat, 5 May 2007 10:49:33 -0700 (PDT) Received: (from dillon@localhost) by apollo.backplane.com (8.13.8/8.13.4/Submit) id l45HnTMw096807; Sat, 5 May 2007 10:49:29 -0700 (PDT) Date: Sat, 5 May 2007 10:49:29 -0700 (PDT) From: Matthew Dillon Message-Id: <200705051749.l45HnTMw096807@apollo.backplane.com> To: John-Mark Gurney References: <028388C628F68A7AE08C4185@ganymede.hub.org> <20070505174213.GL17958@funkthat.com> Cc: corwin@aeternal.net, freebsd-stable@freebsd.org, "Marc G. Fournier" Subject: Re: swap zone exhausted, increase kern.maxswzone 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: Sat, 05 May 2007 17:49:37 -0000 :If you do have 8gigs of swap, then you do need to increase the parameter.. :The default is 7.7gigs of supported swap... (assuming that struct swblock :hasn't changed size... The maxswblock only limits it... If swap is more :than 8x memory, then changing kern.maxswzone will not fix it and will :require a code change... : :-- : John-Mark Gurney Voice: +1 415 225 5579 The swblock structures only apply to actively swapped out data. Mark, how much data is actually swapped out (pstat -s) at the time the problem is reported? If you can dump UMA memory statistics that would be beneficial as well. I just find it hard to imagine that any system would actually be using that much swap, but hey! :-) -Matt Matthew Dillon