From 2e87f40b9157c4abfd38195f9a3ed5542fce691a Mon Sep 17 00:00:00 2001 From: Andrew Bellenie Date: Sat, 18 Nov 2017 00:42:21 +0000 Subject: [PATCH] Add note about memory requirements to build docs (#301) --- doc/build.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/build.md b/doc/build.md index 47cbb27e7..d129815fc 100644 --- a/doc/build.md +++ b/doc/build.md @@ -23,6 +23,7 @@ In order to compile and run Grin on your machine, you should have installed: curl https://sh.rustup.rs -sSf | sh source $HOME/.cargo/env ``` +Note that the compiler also requires up to 2Gb of available memory. ## Build Instructions (Linux/Unix)