From 038c88efbcc75d29f62d6f32bc2d36269a867a4c Mon Sep 17 00:00:00 2001
From: maurezen <maurezen@users.noreply.github.com>
Date: Tue, 5 Jun 2018 08:40:34 +0300
Subject: [PATCH] Update compile_Linux.md

RAM requirement mention in compile_linux
---
 doc/compile_Linux.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/compile_Linux.md b/doc/compile_Linux.md
index 072402f..2e45b21 100644
--- a/doc/compile_Linux.md
+++ b/doc/compile_Linux.md
@@ -105,6 +105,8 @@ In that case you can force CUDA to use an older compiler in the following way:
 cmake -DCUDA_HOST_COMPILER=/usr/bin/gcc-5 ..
 ```
 
+- You need 1 Gb RAM to compile (a bit less might be enough, 512 Mb isn't). 
+
 ### To do a generic and static build for a system without gcc 5.1+
 ```
     cmake -DCMAKE_LINK_STATIC=ON -DXMR-STAK_COMPILE=generic .
-- 
GitLab