explain when and why peak memory usage happens

This commit is contained in:
Daniel Micay 2020-05-02 20:05:15 -04:00
parent 38e18a6c60
commit fd001ac649

View File

@ -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>