diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 5 |
1 files changed, 4 insertions, 1 deletions
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)</li> <li>Android Open Source Project build dependencies</li> <li>Linux kernel build dependencies</li> - <li>16GiB of memory or more</li> + <li>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.</li> <li>300GiB of free storage space</li> </ul> |
