Commit 4b19999
committed
[MERGE #5826 @sethbrenith] Keep memory usage under control when running compile_clang
Merge pull request #5826 from sethbrenith:user/sethb/compile-clang
"make -j" creates an enormous number of processes and consistently crashes my VM despite having 16 GB of memory available. Let's put a slightly more reasonable limit on the process count.1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments