From owner-freebsd-stable Sun Oct 22 0:56:28 2000 Delivered-To: freebsd-stable@freebsd.org Received: from krycek.zoominternet.net (krycek.zoominternet.net [63.67.120.9]) by hub.freebsd.org (Postfix) with SMTP id 114F837B479 for ; Sun, 22 Oct 2000 00:56:27 -0700 (PDT) Received: (qmail 4667 invoked from network); 22 Oct 2000 07:55:33 -0000 Received: from lcl12.cvzoom.net (HELO cvzoom.net) (208.226.155.12) by krycek.zoominternet.net with SMTP; 22 Oct 2000 07:55:33 -0000 Message-ID: <39F29DA8.1F056F9B@cvzoom.net> Date: Sun, 22 Oct 2000 03:56:24 -0400 From: Donn Miller X-Mailer: Mozilla 4.75 [en] (X11; U; FreeBSD 4.1.1-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: Sam Zamarripa Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Make World "Nice" References: <007501c03bf9$723f2410$0200000a@sam> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Sam Zamarripa wrote: > Is there anyway to have Make world(s) be set to use a higher cpu priority? > Such as all the GCC compiling set to use nice -10 for example. Thanks. Actually, doing make -j [n] where n is an integer >=1 will implicitly raise the priority level, because you have approx. [n] gcc processes going at once. With 64M RAM, I find that make -j2 buildworld works best. - Donn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message