From owner-freebsd-current@FreeBSD.ORG Tue Oct 5 12:43:43 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF0FB106564A; Tue, 5 Oct 2010 12:43:43 +0000 (UTC) (envelope-from matt.thyer@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 82F4B8FC1B; Tue, 5 Oct 2010 12:43:43 +0000 (UTC) Received: by yxn35 with SMTP id 35so2527233yxn.13 for ; Tue, 05 Oct 2010 05:43:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=gSWKjBZ89rEQrEGLTxOpe+85VZ+DSVWvGzWsfjpWwuE=; b=VTzkxRkZMUp5cH+HA0AooqowVBJ1gtWbiJw+sMcFiRrNITSp2seG80Hl2LfFdl5Hpj 13IBJBO6BJGkOPTNHe/UAiwBfXtY2P5D03OCzNsuab/7A4+Kk0XmGrLxq6u6gwfHzKXy UYq5hRQ5k2vOWmZmI/m2DD9faCpXIqx1MbO6s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=qsf9ZWQ4NVaI2EFeH+GZsSMtzcbbq1LrsNzhud6a7eNKCkoWe52Ud89qXtYM7KLhQn WLHeOiBIMFt3qyi4QNLCTwoczOW5tlC/XJ/lxKMHh7It2VtSgqxayDeHO3WhPNHiQ34+ oNL5HNsZxlEzRODh3PP7x1jnb7FL74vU31i5A= MIME-Version: 1.0 Received: by 10.101.175.18 with SMTP id c18mr7892981anp.98.1286281140423; Tue, 05 Oct 2010 05:19:00 -0700 (PDT) Received: by 10.220.191.139 with HTTP; Tue, 5 Oct 2010 05:19:00 -0700 (PDT) In-Reply-To: <47E32F6D-498C-4706-8AD6-355F9BD7887C@FreeBSD.org> References: <7459633.69735.1286214361816.JavaMail.root@mrelmx10.mrec.ar> <47E32F6D-498C-4706-8AD6-355F9BD7887C@FreeBSD.org> Date: Tue, 5 Oct 2010 22:49:00 +1030 Message-ID: From: Matt Thyer To: Rui Paulo Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, Kevin Mai Subject: Re: Multithread Make in multicore server X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 05 Oct 2010 12:43:44 -0000 On 5 October 2010 04:53, Rui Paulo wrote: > On 4 Oct 2010, at 18:46, Kevin Mai wrote: > > I see that there's no multithreading when running make.. is there a way > to enable multiprocessing when running make? > > Try 'make -j16 buildworld'. 16 is the maximum number of parallels processes > that make is going to run. > Try -j32 or even -j48 and let us know which is faster. -j16 will still show lots of idle time.