From 7873c8dbf740a761ec88a88f10fc3790c05c518b Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Tue, 3 Sep 2013 15:55:37 +0200 Subject: [PATCH] Recent GCC versions need more memory. --- src/ljamalg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ljamalg.c b/src/ljamalg.c index 962b3134..7226dd9e 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c @@ -6,7 +6,7 @@ /* +--------------------------------------------------------------------------+ | WARNING: Compiling the amalgamation needs a lot of virtual memory | -| (around 200 MB with GCC 4.x)! If you don't have enough physical memory | +| (around 300 MB with GCC 4.x)! If you don't have enough physical memory | | your machine will start swapping to disk and the compile will not finish | | within a reasonable amount of time. | | So either compile on a bigger machine or use the non-amalgamated build. |