Date: Wed, 12 Dec 2018 19:41:49 +0100 From: Christoph Moench-Tegeder <cmt@burggraben.net> To: bob prohaska <fbsd@www.zefox.net> Cc: freebsd-ports@freebsd.org, freebsd-arm@freebsd.org Subject: Re: How much memory to compile www/chromium? Message-ID: <20181212184149.ol44fon2unowu35q@squirrel.exwg.net> In-Reply-To: <20181212165313.GA84881@www.zefox.net> References: <20181212165313.GA84881@www.zefox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
## bob prohaska (fbsd@www.zefox.net): > How much memory should be required for > make -DBATCH > in www/chromium? Quite a lot, multiple GBs. > 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). > Device 1K-blocks Used Avail Capacity > /dev/mmcsd0s2b 4404252 2705928 1698324 61% I'm not even sure if your SD card will survive that :) > If this is expected, is there a way to reduce the number of threads started by make? See bsd.ports.mk: DISABLE_MAKE_JOBS (as in "make -DDISABLE_MAKE_JOBS"). Gruss, Christoph -- Spare Space.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20181212184149.ol44fon2unowu35q>