Date: Thu, 13 Dec 2018 19:30:42 -0800 From: bob prohaska <fbsd@www.zefox.net> To: Ian Lepore <ian@freebsd.org> Cc: bob prohaska <fbsd@www.zefox.net>, freebsd-arm@freebsd.org Subject: Re: How much memory to compile www/chromium? Message-ID: <20181214033042.GA92948@www.zefox.net> In-Reply-To: <1544752785.76088.4.camel@freebsd.org> References: <20181212165313.GA84881@www.zefox.net> <20181212184149.ol44fon2unowu35q@squirrel.exwg.net> <20181212192115.GA85583@www.zefox.net> <20181212202504.4n3mhtx7grbeh6j7@squirrel.exwg.net> <20181214012733.GA92808@www.zefox.net> <1544752785.76088.4.camel@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181214033042.GA92948>