From owner-freebsd-hackers@FreeBSD.ORG Sun Jun 25 07:41:34 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94D0F16A4C8 for ; Sun, 25 Jun 2006 07:41:34 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2017F43D62 for ; Sun, 25 Jun 2006 07:41:29 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [IPv6:::1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k5P7dAW4071884; Sun, 25 Jun 2006 01:39:10 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 25 Jun 2006 01:39:12 -0600 (MDT) Message-Id: <20060625.013912.-1648696833.imp@bsdimp.com> To: lists-freebsd@silverwraith.com From: "M. Warner Losh" In-Reply-To: <20060625064303.GR19592@silverwraith.com> References: <449D8616.5040306@tamara-b.org> <17565.37706.966913.737964@bhuda.mired.org> <20060625064303.GR19592@silverwraith.com> X-Mailer: Mew version 4.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: A New FreeBSD Server X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jun 2006 07:41:34 -0000 In message: <20060625064303.GR19592@silverwraith.com> Avleen Vig writes: : On Sat, Jun 24, 2006 at 03:32:26PM -0400, Mike Meyer wrote: : > Why not RAID your swap? The extra reliability might not be worth very : > much, but the extra performance couldn't hurt - unless you don't plan : > on swapping at all. This is enough of a win that the swap subsystem : > will interleave swap usage across multiple drives, a facility that : > predates RAID. If you just split your swap across multiple drives, you : > get RAID0 behavior from swap. : : Really? I thought it was possible to interleave multiple swap devices. : I'm probably wrong, but I thought I remembered seeing 'interleaved' : somewhere. Maybe my definition of interleaved is differented from : someone elses :-) Swapping to multiple devices does tend, on the average, to spread the load. But on the average doesn't mean all the time. When swapping to a device that's on a RAID, then you get the interleave every single time. Warner