Am Montag, 26. September 2022 19:33 schrieb Alexander Kanavin <alex.kanavin@...>
Anything written in C++ tends to consume 1-2 Gb of ram per compiler process. If that lands you in OOM, you probably should limit that with PARALLEL_MAKE:pn-nodejs, but otherwise that is the sad reality of C++ builds.
I expected something like this. Thanks for the confirmation and I will try to play with PARALLEL_MAKE to reduce the impact.