raise recommended memory for building

This commit is contained in:
Daniel Micay 2023-10-16 10:33:03 -04:00
parent a7e23087cc
commit 6709eef777

View File

@ -224,7 +224,7 @@
<ul>
<li>x86_64 Linux build environment</li>
<li>16GiB of memory or more. Link-Time Optimization (LTO) creates huge peaks
<li>32GiB of memory or more. Link-Time Optimization (LTO) creates huge peaks
during linking and is mandatory for Control Flow Integrity (CFI). Linking
Vanadium (Chromium) and the Linux kernel with LTO + CFI are the most memory
demanding tasks.</li>