]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Recent GCC versions need more memory.
authorMike Pall <mike>
Tue, 3 Sep 2013 13:55:37 +0000 (15:55 +0200)
committerMike Pall <mike>
Tue, 3 Sep 2013 13:55:37 +0000 (15:55 +0200)
src/ljamalg.c

index 962b313442a90900bbffd5b98001ccbd0152d17b..7226dd9e648bd077ad371b66f8f8712a6f73c46b 100644 (file)
@@ -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.  |