summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2013-09-03 15:55:37 +0200
committerMike Pall <mike>2013-09-03 15:55:37 +0200
commit7873c8dbf740a761ec88a88f10fc3790c05c518b (patch)
treedad1d4fe96faebbe161d835196089a79236ae667
parentfffe75a03b16e11327040d36f2769f763d1c29c6 (diff)
downloadluajit2-7873c8dbf740a761ec88a88f10fc3790c05c518b.tar.gz
Recent GCC versions need more memory.
-rw-r--r--src/ljamalg.c2
1 files changed, 1 insertions, 1 deletions
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. |