From 468fb21e5c92b1a649a4a1d8c80cb2c56e8c13cd Mon Sep 17 00:00:00 2001 From: Sergei Shulepov Date: Mon, 14 Sep 2020 12:32:55 +0200 Subject: [PATCH] Add a note about memory requirements --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f990a03e9c0b..f0e8e8fea16f 100644 --- a/README.md +++ b/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.