Skip to content

Commit a4ac4ab

Browse files
authored
Merge pull request #28 from moavia90/moavia-docs-parallel-jobs
docs(readme): record build RAM recommendations for PARALLEL_JOBS
2 parents 9ca1bc7 + 4925190 commit a4ac4ab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ envsubst < dependencies.txt | xargs sudo apt install -y
6767

6868
### Building the MPC
6969

70+
Building the WB MPC consumes a significant amount of RAM. We recommend saving all open work before starting the first build. The RAM usage can be adjusted by setting the PARALLEL_JOBS environment variable. Our recommendation is:
71+
72+
| PARALLEL_JOBS | Required System RAM |
73+
|--------------:|--------------------:|
74+
| 2 (default) | 16 GiB |
75+
| 4 | 32 GiB |
76+
| 6 | 64 GiB |
77+
78+
7079
```bash
7180
make build-all
7281
```

0 commit comments

Comments
 (0)