If your system becomes unresponsive while building, let it be known that this code is memory hungry. On my system, I had to limit the number of parallel build processes to 8. Over 10 parallel build processes, it would sometime eat out all the RAM (32GB), making the system unresponsive and breaking the build.
You can lower the number of parallel build processes by editing the PKGBUILD file and lowering the number following the "-j" parameter of "ninja".
Pinned Comments
oxalin commented on 2026-01-07 00:32 (UTC)
If your system becomes unresponsive while building, let it be known that this code is memory hungry. On my system, I had to limit the number of parallel build processes to 8. Over 10 parallel build processes, it would sometime eat out all the RAM (32GB), making the system unresponsive and breaking the build.
You can lower the number of parallel build processes by editing the PKGBUILD file and lowering the number following the "-j" parameter of "ninja".