From owner-freebsd-arm@freebsd.org Wed Dec 12 21:36:08 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ACCB61326BF1 for ; Wed, 12 Dec 2018 21:36:08 +0000 (UTC) (envelope-from dclarke@blastwave.org) Received: from atl4mhfb03.myregisteredsite.com (atl4mhfb03.myregisteredsite.com [209.17.115.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BF46782634 for ; Wed, 12 Dec 2018 21:36:05 +0000 (UTC) (envelope-from dclarke@blastwave.org) Received: from atl4mhob11.registeredsite.com (atl4mhob11.registeredsite.com [209.17.115.49]) by atl4mhfb03.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id wBCLZw0B005775 for ; Wed, 12 Dec 2018 16:35:58 -0500 Received: from mailpod.hostingplatform.com (atl4qobmail01pod2.registeredsite.com [10.30.77.35]) by atl4mhob11.registeredsite.com (8.14.4/8.14.4) with ESMTP id wBCLZoqR030796 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 12 Dec 2018 16:35:50 -0500 Received: (qmail 708 invoked by uid 0); 12 Dec 2018 21:35:50 -0000 X-TCPREMOTEIP: 174.118.245.214 X-Authenticated-UID: dclarke@blastwave.org Received: from unknown (HELO ?172.16.35.3?) (dclarke@blastwave.org@174.118.245.214) by 0 with ESMTPA; 12 Dec 2018 21:35:50 -0000 Subject: Re: How much memory to compile www/chromium? To: freebsd-arm@freebsd.org References: <20181212165313.GA84881@www.zefox.net> <20181212184149.ol44fon2unowu35q@squirrel.exwg.net> <20181212192115.GA85583@www.zefox.net> <20181212202504.4n3mhtx7grbeh6j7@squirrel.exwg.net> From: Dennis Clarke Message-ID: Date: Wed, 12 Dec 2018 16:35:43 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:64.0) Gecko/20100101 Thunderbird/64.0 MIME-Version: 1.0 In-Reply-To: <20181212202504.4n3mhtx7grbeh6j7@squirrel.exwg.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: BF46782634 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [3.70 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; IP_SCORE(0.19)[ip: (0.49), ipnet: 209.17.112.0/21(0.30), asn: 19871(0.24), country: US(-0.09)]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-arm@freebsd.org]; TO_DN_NONE(0.00)[]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.98)[0.978,0]; MIME_TRACE(0.00)[0:+]; NEURAL_SPAM_SHORT(0.64)[0.645,0]; MX_GOOD(-0.01)[mx1.netsolmail.net]; RCVD_IN_DNSWL_NONE(0.00)[119.115.17.209.list.dnswl.org : 127.0.5.0]; R_SPF_NA(0.00)[]; DMARC_NA(0.00)[blastwave.org]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:19871, ipnet:209.17.112.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2018 21:36:08 -0000 On 12/12/18 3:25 PM, Christoph Moench-Tegeder wrote: > ## bob prohaska (fbsd@www.zefox.net): > >>> See bsd.ports.mk: DISABLE_MAKE_JOBS (as in "make -DDISABLE_MAKE_JOBS"). >>> >> Thank you, I think that's the information needed. Come to think of it, >> will the -j option, such as -j2, work in this situation also? Two threads >> are much better than one 8-) > > If you had looked into bsd.port.mk yourself... right below the docs of > DISABLE_MAKE_JOBS (line 814) is some documentation for MAKE_JOBS_NUMBER > and MAKE_JOBS_NUMBER_LIMIT. -j won't help because there's a lot of > arguments sanitizing going on - we can't be having with random arguments > showing up down in the port's make invocations - quite often, it's > not even "our" make down there. > Good to know. I was hoping to get current on an ASUS TinkerBoard and I suspect that the 2GB of memory won't suffice for larger builds. Dennis