From owner-svn-src-head@FreeBSD.ORG Tue Jul 9 00:12:25 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 76592F85; Tue, 9 Jul 2013 00:12:25 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 423431083; Tue, 9 Jul 2013 00:12:24 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.31]) by ltcfislmsgpa07.fnfis.com (8.14.5/8.14.5) with ESMTP id r690COH8003286 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Mon, 8 Jul 2013 19:12:24 -0500 Received: from LTCFISWMSGMB21.FNFIS.com ([10.132.99.23]) by LTCFISWMSGHT03.FNFIS.com ([10.132.206.31]) with mapi id 14.02.0309.002; Mon, 8 Jul 2013 19:12:24 -0500 From: "Teske, Devin" To: Alfred Perlstein Subject: Re: svn commit: r253002 - head Thread-Topic: svn commit: r253002 - head Thread-Index: AQHOe1IOUGaKuVMAxE6Zyjz3auiH3plaB1mAgAAD6YCAAcPiAA== Date: Tue, 9 Jul 2013 00:12:22 +0000 Message-ID: <13CA24D6AB415D428143D44749F57D7201FB7609@ltcfiswmsgmb21> References: <201307072039.r67KdCdR028908@svn.freebsd.org> <9D4C7540-A3B0-45E5-8219-6A455D41DF70@gmail.com> <51D9DA55.2090808@freebsd.org> In-Reply-To: <51D9DA55.2090808@freebsd.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.132.253.126] Content-Type: text/plain; charset="iso-8859-1" Content-ID: <3741638654480344B94FF8ABDDF3EA6D@fisglobal.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.10.8794, 1.0.431, 0.0.0000 definitions=2013-07-08_06:2013-07-08,2013-07-08,1970-01-01 signatures=0 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , Devin Teske , "src-committers@freebsd.org" , Garrett Cooper X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Devin Teske List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 00:12:25 -0000 On Jul 7, 2013, at 2:15 PM, Alfred Perlstein wrote: > On 7/7/13 2:01 PM, Garrett Cooper wrote: >> Why the magic number 12? >=20 > Numbers higher seem to result in worse performance as reported by some me= mbers of my team. >=20 We've run as high as -j48 ... number of logical cpu's "times-two" (it was o= n a box with 24 logical CPUs). We did buildworld in under 9 minutes. Beyond the "times-two" rule we saw a = slow-down. NOTE: I might also mention this was on RAID-1 SSD. --=20 Devin >> On Jul 7, 2013, at 1:39 PM, Alfred Perlstein wrote: >>=20 >>> Author: alfred >>> Date: Sun Jul 7 20:39:11 2013 >>> New Revision: 253002 >>> URL: http://svnweb.freebsd.org/changeset/base/253002 >>>=20 >>> Log: >>> Document tip on how to build all kernels quickly. >>>=20 >>> Modified: >>> head/Makefile >>>=20 >>> Modified: head/Makefile >>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D >>> --- head/Makefile Sun Jul 7 19:58:14 2013 (r253001) >>> +++ head/Makefile Sun Jul 7 20:39:11 2013 (r253002) >>> @@ -32,6 +32,12 @@ >>> # targets - Print a list of supported TARGET/TARGET_ARCH pa= irs >>> # for world and kernel targets. >>> # toolchains - Build a toolchain for all world and kernel targ= ets. >>> +# >>> +# "quick" way to test all kernel builds: >>> +# _jflag=3D`sysctl -n hw.ncpu` >>> +# _jflag=3D$(($_jflag * 2)) >>> +# [ $_jflag -gt 12 ] && _jflag=3D12 >>> +# make universe -DMAKE_JUST_KERNELS JFLAG=3D${jflag} >>> # >>> # This makefile is simple by design. The FreeBSD make automatically rea= ds >>> # the /usr/share/mk/sys.mk unless the -m argument is specified on the >>> _______________________________________________ >>> svn-src-head@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/svn-src-head >>> To unsubscribe, send any mail to "svn-src-head-unsubscribe@freebsd.org" >=20 _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you.