Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2018 21:57:11 +0100
From:      Miroslav Lachman <000.fbsd@quip.cz>
To:        Kurt Jaeger <pi@freebsd.org>, Christoph Moench-Tegeder <cmt@burggraben.net>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: How much memory to compile www/chromium?
Message-ID:  <18857ebf-5c7f-a464-0ae0-dc0012afd667@quip.cz>
In-Reply-To: <20181212184635.GX63752@home.opsec.eu>
References:  <20181212165313.GA84881@www.zefox.net> <20181212184149.ol44fon2unowu35q@squirrel.exwg.net> <20181212184635.GX63752@home.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
Kurt Jaeger wrote on 2018/12/12 19:46:
> Hi!
> 
>>> The system in question is an RPI3 running r341643.
>>
>> That will hurt. A regular chromium build takes about 16 CPU-hours on
>> my fairly modern i7 CPU, SSDs and large RAM. Parallel compilation helps
>> a lot, keeping 16 CPU threads busy and my feet warm (building chromium
>> alone takes 1 hour of wall clock time on my system - if that's the only
>> thing I'm running at that time).
> 
> How can this parallel compilation be configured for chromium in poudriere ?
> 
> I have a builder host that would be able to handle this 8-}

Something like this can help
ALLOW_MAKE_JOBS_PACKAGES="pkg py* cmake openjdk* openjdk8 phantomjs gcc6 
gcc7 gcc* webkit2-* webkit-* llvm39 llvm60 llvm* rust iridium-browser 
chromium"

But also can hurt if you run in to parallel build of multiple parallel 
packages (for example iridium with chromium at the same time)

Miroslav Lachman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18857ebf-5c7f-a464-0ae0-dc0012afd667>