Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] RAM checks for chromium
Date: Tue, 04 Dec 2018 08:07:08
Message-Id: CAJ1xhMU51VTffEq2SFsSgovzgKaK2K7nmaSwR+9L=m0Q-9r2sQ@mail.gmail.com
In Reply to: [gentoo-user] RAM checks for chromium by Mick
1 On Tue, Dec 4, 2018 at 9:35 AM Mick <michaelkintzios@×××××.com> wrote:
2 >
3 > Two Intel systems with 4G RAM failed to build chromium, even after setting
4 > MAKEOPTS="-j2". The ebuild is checking for a minimum of 3G RAM:
5 >
6 > >>> Running pre-merge checks for www-client/chromium-70.0.3538.110
7 > * Checking for at least 3 GiB RAM ... [ ok ]
8 > * Checking for at least 5 GiB disk space at "/var/tmp/portage/www-client/
9 > chromium-70.0.3538.110/temp" ... [ ok ]
10 >
11 > Given I've spent more than two days compiling to get nowhere with this, I'm
12 > thinking:
13 >
14 > a) Chromium probably needs more than 3G now.
15 > b) Either the ebuild, or portage, ought to check available RAM and dynamically
16 > adjust the number of jobs accordingly - or have I watched too many AI movies?
17 >
18 > --
19 > Regards,
20 > Mick
21
22 You're right. Chromium does require more than 3G of RAM to build.
23 Here are the current system requirements for building Chromium on Linux:
24
25 System requirements
26 A 64-bit Intel machine with at least 8GB of RAM. More than 16GB is
27 highly recommended.
28 At least 100GB of free disk space.
29 You must have Git and Python v2 installed already.
30
31 See the link below for details.
32 https://chromium.googlesource.com/chromium/src/+/HEAD/docs/linux_build_instructions.md#system-requirements

Replies

Subject Author
Re: [gentoo-user] RAM checks for chromium Mick <michaelkintzios@×××××.com>