From owner-freebsd-current@freebsd.org Tue Jul 28 09:13:26 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4B0569AC592 for ; Tue, 28 Jul 2015 09:13:26 +0000 (UTC) (envelope-from marcus@odin.blazingdot.com) Received: from odin.blazingdot.com (odin.blazingdot.com [204.109.60.170]) by mx1.freebsd.org (Postfix) with ESMTP id 33768CD6 for ; Tue, 28 Jul 2015 09:13:26 +0000 (UTC) (envelope-from marcus@odin.blazingdot.com) Received: by odin.blazingdot.com (Postfix, from userid 1001) id 19ABA132108; Tue, 28 Jul 2015 02:07:31 -0700 (PDT) Date: Tue, 28 Jul 2015 02:07:31 -0700 From: Marcus Reid To: Matthias Apitz , Slawa Olhovchenkov , freebsd-current@freebsd.org Subject: Re: duration of buildworld Message-ID: <20150728090730.GA65709@blazingdot.com> References: <20150727055804.GA2312@c720-r276659> <20150727120006.GJ43740@zxy.spb.ru> <20150727184704.GA1777@c720-r276659> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150727184704.GA1777@c720-r276659> X-Coffee-Level: nearly-fatal User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2015 09:13:26 -0000 On Mon, Jul 27, 2015 at 08:47:04PM +0200, Matthias Apitz wrote: > This pointed in the right direction. I have had 6x 1 GByte additional > swap partitions to plain files mounted Swap devices are used in an interleaved fashion. By having multiple file-backed swap devices on (presumably) the same disk, you are multiplying the disk thrashing that happens when you swap. This could slow things down quite a bit. Marcus