mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-17 10:10:08 +00:00
![Dmitry Vyukov](/assets/img/avatar_default.png)
Ensure that we have at least 1GB per Go compiler/linker invocation. Go compiler/linker can consume significant amount of memory (observed to consume at least 600MB). See #1276 for context. And we have parallelization both on make and on go levels, this can severe oversubscribe RAM. Note: the result can be significantly lower than the CPU number, but this is fine because Go builds/tests are parallelized internally.