From owner-freebsd-current@freebsd.org Mon Jul 27 19:34:14 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 782639ACB27 for ; Mon, 27 Jul 2015 19:34:14 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35572CEB for ; Mon, 27 Jul 2015 19:34:14 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.84 (FreeBSD)) (envelope-from ) id 1ZJoA6-0003L2-G1; Mon, 27 Jul 2015 22:34:10 +0300 Date: Mon, 27 Jul 2015 22:34:10 +0300 From: Slawa Olhovchenkov To: Matthias Apitz , freebsd-current@freebsd.org Subject: Re: duration of buildworld Message-ID: <20150727193410.GX44094@zxy.spb.ru> References: <20150727055804.GA2312@c720-r276659> <20150727120006.GJ43740@zxy.spb.ru> <20150727184704.GA1777@c720-r276659> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20150727184704.GA1777@c720-r276659> User-Agent: Mutt/1.5.23 (2014-03-12) 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 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: Mon, 27 Jul 2015 19:34:14 -0000 On Mon, Jul 27, 2015 at 08:47:04PM +0200, Matthias Apitz wrote: > El d'ia Monday, July 27, 2015 a las 03:00:06PM +0300, Slawa Olhovchenkov escribi'o: > > > On Mon, Jul 27, 2015 at 07:58:04AM +0200, Matthias Apitz wrote: > > > > > > > > Hello, > > > > > > Yesterday I grabbed r285885 from SVN and launched a > > > > > > # make -j2 buildworld > > > > > > which is still running after 19 hours on a server of 2 CPU of the type > > > Intel(R) Core(TM)2 Extreme CPU X9100 @ 3.06GHz and 4 GByte memory. > > > > > > Last time in January with r276659 on the same host it took only some 8 > > > hours, IIRC. > > > > > > Is there anything wrong of what could cause this change of the build > > > time? > > > > May be swap trashing on clang compilation? > > This pointed in the right direction. I have had 6x 1 GByte additional > swap partitions to plain files mounted (because I needed this to get > the eclipse port compiled within poudriere). After changing the fstab and > reboot, the 'make buildkernel' takes only half an hour. > > Why is this? swap to ZFS volume don't work some time ago (don't know about current status). May be swap to file on ZFS don't work also?