From fd001ac649f21e67872fd81932ea2329fb846488 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 2 May 2020 20:05:15 -0400 Subject: [PATCH] explain when and why peak memory usage happens --- static/build.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index e7f7dcf8..66a154e9 100644 --- a/static/build.html +++ b/static/build.html @@ -195,7 +195,10 @@ partially supports it)
  • Android Open Source Project build dependencies
  • Linux kernel build dependencies
  • -
  • 16GiB of memory or more
  • +
  • 16GiB 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.
  • 300GiB of free storage space