Unverified Commit 9fb4baa3 authored by Sergey Pepyakin's avatar Sergey Pepyakin Committed by GitHub
Browse files

Add a specific memory requirements (#1716)

parent 9892aef7
Pipeline #106639 passed with stages
in 19 minutes and 32 seconds
......@@ -100,7 +100,7 @@ git checkout <latest tagged release>
cargo build --release
```
Note that compilation can require several GiB of memory. Please make sure that the machine has that amount of physical memory or swap has enough capacity (keep in mind that if builds hit swap it tends to be very slow).
Note that compilation is a memory intensive process. We recommend having 4 GiB of phyiscal RAM or swap available (keep in mind that if a build hits swap it tends to be very slow).
## Networks
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment