From 0ed67daf10865b606730c5e2ed58e4ec9d95cbd0 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Fri, 5 Sep 2014 00:14:10 -0700 Subject: [PATCH] Update memory requirements for g++ compiling Compiling with g++ fails with out of ram on Launchpad VMs with 4GB RAM + 1 GB swap --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 41b0dfded..9d0a00a3a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -43,7 +43,7 @@ For troubleshooting help see https://github.com/mapnik/mapnik/wiki/InstallationT Build system dependencies are: * C++ compiler (like g++ or clang++) - * >= 2 GB RAM + * >= 2 GB RAM (> 5 GB for g++) * Python 2.4-2.7 * Scons (a copy is bundled)