From 55f0ecf135bf04f78aef26adb467d593f3b57a74 Mon Sep 17 00:00:00 2001 From: Sergei Shulepov Date: Mon, 14 Sep 2020 13:33:27 +0200 Subject: [PATCH] Add a specific memory requirements (#1716) --- polkadot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/README.md b/polkadot/README.md index f0e8e8fea1..2d18951181 100644 --- a/polkadot/README.md +++ b/polkadot/README.md @@ -100,7 +100,7 @@ git checkout 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