Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2008 08:31:55 +0100
From:      Ed Schouten <ed@fxq.nl>
To:        Ian FREISLICH <ianf@clue.co.za>
Cc:        current@freebsd.org
Subject:   Re: Testing box available.
Message-ID:  <20080213073155.GA1340@hoeg.nl>
In-Reply-To: <E1JPBzl-0000jo-Pp@clue.co.za>
References:  <E1JPBzl-0000jo-Pp@clue.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help

--Q68bSM7Ycu6FN28Q
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

* Ian FREISLICH <ianf@clue.co.za> wrote:
> As an aside, a 64 way parallel make buildworld doesn't saturate the CPU.

I'm not sure, but I think if you do this:

	make -j64 <foo>

it only spawns 64 processes to handle the top level make process. This
would mean we've got a couple of processes doing this:

	make -C bin
	make -C lib
	make -C sbin
	make -C usr.bin
	make -C usr.sbin

and the other processes will just quit, because they don't have anything
to do. Right? :-)

--=20
 Ed Schouten <ed@fxq.nl>
 WWW: http://g-rave.nl/

--Q68bSM7Ycu6FN28Q
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (FreeBSD)

iEYEARECAAYFAkeynOsACgkQ52SDGA2eCwUPzwCeNeMIoCGt9f+4Xotow6JCrJUq
WiwAnir6n7TJg3aZirsRTvDRi+mAjYnU
=3tVh
-----END PGP SIGNATURE-----

--Q68bSM7Ycu6FN28Q--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080213073155.GA1340>