From owner-freebsd-stable@FreeBSD.ORG Tue Feb 11 22:05:15 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B91D9E57 for ; Tue, 11 Feb 2014 22:05:15 +0000 (UTC) Received: from triton.bsd-unix.net (triton.bsd-unix.net [199.58.160.195]) by mx1.freebsd.org (Postfix) with ESMTP id 8F6281795 for ; Tue, 11 Feb 2014 22:05:15 +0000 (UTC) Received: from [172.17.2.6] (pool-71-178-237-60.washdc.fios.verizon.net [71.178.237.60]) (Authenticated sender: ajc) by triton.bsd-unix.net (Postfix) with ESMTPSA id D5F1992C3 for ; Tue, 11 Feb 2014 16:57:07 -0500 (EST) Message-ID: <52FA9CB3.4060609@halplant.com> Date: Tue, 11 Feb 2014 16:57:07 -0500 From: "Andrew J. Caines" Organization: H.A.L. Plant User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: Re: And Here I Thought buildworld/makeworld Was IO Bound References: <52F84AF8.8050007@tundraware.com> <52F96B27.4090509@tundraware.com> <52FA70DA.7050601@tundraware.com> In-Reply-To: <52FA70DA.7050601@tundraware.com> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 22:05:15 -0000 On 02/11/2014 01:50 PM, Tim Daneliuk wrote: > does buildworld/kernel even use /tmp or otherwise access tmpfs? It > seems to produce temporary output somewhere deep in /usr/obj. Is > there a way to get it to use tmpfs or write it's output to /tmp > instead? I've been using a mfs for /usr/obj and WRKDIRPREFIX for ports for years. md /usr/obj mfs rw,async,noatime,noauto,-s6g 0 0 md /var/work mfs rw,async,noatime,noauto,-s2g 0 0 Makes cleanup quick and easy, too. -- -Andrew J. Caines- Unix Systems Engineer A.J.Caines@halplant.com FreeBSD/Linux/Solaris, Web/Mail/Proxy/... http://halplant.com:2001/ "Machines take me by surprise with great frequency" - Alan Turing