Add note about memory requirements to build docs (#301)

This commit is contained in:
Andrew Bellenie 2017-11-18 00:42:21 +00:00 committed by Ignotus Peverell
parent c426d79ecc
commit 2e87f40b91

View file

@ -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)