Skip to content
Snippets Groups Projects
Commit 47a21214 authored by joergbuchwald's avatar joergbuchwald
Browse files

add memory hint to ninja build intruction

parent 9094e58e
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,8 @@ To build with the `ninja` tool on the shell go to your previously configured bui
cd ../build/release
ninja
```
By default, `ninja` uses maximum parallelism causing it to crash on many machines as the memory consumption exceeds the available memory.
Therefore, we recommend restricting the number of threads to be used, e.g., type `ninja -j 2` for a maximum of two threads.
</div>
<div class='mac'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment