From owner-freebsd-current@freebsd.org Tue Jul 28 08:20:12 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 81BD29AA49B for ; Tue, 28 Jul 2015 08:20:12 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloud.theravensnest.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 53A5835C for ; Tue, 28 Jul 2015 08:20:12 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from [192.168.0.7] (cpc16-cmbg15-2-0-cust60.5-4.cable.virginm.net [86.5.162.61]) (authenticated bits=0) by theravensnest.org (8.15.1/8.15.1) with ESMTPSA id t6S8Jmq1036489 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Jul 2015 08:19:59 GMT (envelope-from theraven@FreeBSD.org) X-Authentication-Warning: theravensnest.org: Host cpc16-cmbg15-2-0-cust60.5-4.cable.virginm.net [86.5.162.61] claimed to be [192.168.0.7] Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: duration of buildworld From: David Chisnall In-Reply-To: <20150727194954.GY44094@zxy.spb.ru> Date: Tue, 28 Jul 2015 09:20:38 +0100 Cc: Matthias Apitz , freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <8E86BFED-FE49-495D-B2F4-B6D2F0CB9DFA@FreeBSD.org> References: <20150727055804.GA2312@c720-r276659> <20150727120006.GJ43740@zxy.spb.ru> <20150727184704.GA1777@c720-r276659> <20150727193410.GX44094@zxy.spb.ru> <20150727194039.GA2298@c720-r276659> <20150727194954.GY44094@zxy.spb.ru> To: Slawa Olhovchenkov X-Mailer: Apple Mail (2.2098) 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 08:20:12 -0000 On 27 Jul 2015, at 20:49, Slawa Olhovchenkov wrote: >=20 > No idea. > May be someone know about current status swap in file on UFS. > This is work for me some time ago. It sounds as if the swap was working (as the build took a long time, it = didn=E2=80=99t run out of memory). My guess would be that, before the = reboot, something had wired (or, if not, then touched frequently enough = to keep it in core) a large chunk of memory, which forced the swapping. = Swap files are expected to be slower than swap partitions (though if = you=E2=80=99re swapping to a disk, the seek times are likely to dominate = in both cases). I don=E2=80=99t suppose there=E2=80=99s capture of the output of top = from before the reboot? David