Add a specific memory requirements (#1716)

This commit is contained in:
Sergei Shulepov
2020-09-14 13:33:27 +02:00
committed by GitHub
parent 1cabde4932
commit 55f0ecf135
+1 -1
View File
@@ -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