grumpycoders / grumpycoders/pcsx-redux
Building with multiple cores quickly depletes RAM
Open
- Dominant language
- C++
- Stars
- 994
- Forks
- 151
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 18
Description
If I build with `make --jobs="$(nproc)"` the system will deplete all its 16GB of RAM and all its SWAP, till it freezes.
If I use `make --jobs=$(("$(nproc)" / 2))` it will still use 12GiB of RAM.
I have to resort to use `make --jobs=$(("$(nproc)" / 4))`.
Contributor guide
Assessment
This issue has not been assessed yet.