From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=yunhuax.feng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id E4229222275A2 for ; Tue, 9 Jan 2018 02:33:04 -0800 (PST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jan 2018 02:38:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,335,1511856000"; d="dat'59?scan'59,208,59";a="8649454" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga002.fm.intel.com with ESMTP; 09 Jan 2018 02:38:14 -0800 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 9 Jan 2018 02:38:14 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.189]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.213]) with mapi id 14.03.0319.002; Tue, 9 Jan 2018 18:38:12 +0800 From: "Feng, YunhuaX" To: "edk2-devel@lists.01.org" CC: "Feng, YunhuaX" , "Zhu, Yonghong" , "Gao, Liming" Thread-Topic: [PATCH 2/2] BaseTools: Modify MAX_CONCURRENT_THREAD_NUMBER default values Thread-Index: AdOJMJ9VLkZY/u5QRr6H7HE8G8zQGA== Date: Tue, 9 Jan 2018 10:38:12 +0000 Message-ID: <47C64442C08CCD4089DC43B6B5E46BC48192F1@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: <47C64442C08CCD4089DC43B6B5E46BC48192F1@shsmsx102.ccr.corp.intel.com> x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Mailman-Approved-At: Tue, 09 Jan 2018 03:09:43 -0800 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 Subject: [PATCH 2/2] BaseTools: Modify MAX_CONCURRENT_THREAD_NUMBER default values X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2018 10:33:05 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Modify MAX_CONCURRENT_THREAD_NUMBER default values Fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=3D775 Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Yunhua Feng --- BaseTools/Conf/target.template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git BaseTools/Conf/target.template BaseTools/Conf/target.template index 787fc64fb1..c50403bd06 100644 --- BaseTools/Conf/target.template +++ BaseTools/Conf/target.template @@ -1,5 +1,5 @@ # -# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the B= SD License @@ -60,9 +60,10 @@ TOOL_CHAIN_CONF =3D Conf/tools_def.txt TOOL_CHAIN_TAG =3D MYTOOLS =20 # MAX_CONCURRENT_THREAD_NUMBER NUMBER Optional The number of concurrent= threads. Recommend to set this -# value to one more than t= he number of your compurter -# cores or CPUs. Less than= 2 means disable multithread build. -MAX_CONCURRENT_THREAD_NUMBER =3D 1 +# value to one more than t= he number of your computer +# cores or CPUs. automatic= ally detect number of processor threads +# when 'MAX_CONCURRENT_THR= EAD_NUMBER=3D0' +MAX_CONCURRENT_THREAD_NUMBER =3D 0 =20 =20 # BUILD_RULE_CONF Filename Optional Specify the file name to use for the= build rules that are followed --=20 2.12.2.windows.2