From 9c584bc80d1d1e97ce08e30102f462193f146971 Mon Sep 17 00:00:00 2001 From: Sergei Shulepov Date: Mon, 14 Sep 2020 12:56:47 +0200 Subject: [PATCH] Add a note about memory requirements (#1714) --- polkadot/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/polkadot/README.md b/polkadot/README.md index f990a03e9c..f0e8e8fea1 100644 --- a/polkadot/README.md +++ b/polkadot/README.md @@ -100,6 +100,8 @@ 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). + ## Networks This repo supports runtimes for Polkadot, Kusama, and Westend.