How much memory to compile www/chromium?

bob prohaska fbsd at www.zefox.net
Fri Dec 14 03:30:33 UTC 2018


On Thu, Dec 13, 2018 at 06:59:45PM -0700, Ian Lepore wrote:
> On Thu, 2018-12-13 at 17:27 -0800, bob prohaska wrote:
> > Setting MAKE_JOBS_NUMBER_LIMIT=2 seems to have the desired effect.
> > Still,
> > top reports four c++ processes, but only two are running and swap
> > use
> > seldom exceeds 1GB at worst. So far, that's been enough to prevent
> > stalling.
> > 
> > Editing /usr/ports/Mk/bsd.port.mk looks like it'll affect all ports;
> > what's the convention for making the change local to www/chromium
> > only?
> > 
> > Thanks for your patience!
> > 
> > bob prohaska
> > ?
> > 
> 
> Put this in your /etc/make.conf...
> 
> .if ${.CURDIR:M*www/chromium}
> MAKE_JOBS_NUMBER_LIMIT=2
> .endif
> 


Done, and thank you!

bob prohaska
 


More information about the freebsd-arm mailing list