summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-10-16 10:33:03 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-10-16 10:33:03 -0400
commit6709eef77755a8f04cfb2b23fbc3d1defca4cc35 (patch)
tree9ea7394e9e8face006def7f7cda5cd17b56f95a9
parenta7e23087ccf7ead80fafea4c0758a3d417257780 (diff)
raise recommended memory for building
-rw-r--r--static/build.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index 55390050..f6721359 100644
--- a/static/build.html
+++ b/static/build.html
@@ -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>