aboutsummaryrefslogtreecommitdiff
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)
downloadluajit-7873c8dbf740a761ec88a88f10fc3790c05c518b.tar.gz
luajit-7873c8dbf740a761ec88a88f10fc3790c05c518b.tar.bz2
luajit-7873c8dbf740a761ec88a88f10fc3790c05c518b.zip
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 @@
6/* 6/*
7+--------------------------------------------------------------------------+ 7+--------------------------------------------------------------------------+
8| WARNING: Compiling the amalgamation needs a lot of virtual memory | 8| WARNING: Compiling the amalgamation needs a lot of virtual memory |
9| (around 200 MB with GCC 4.x)! If you don't have enough physical memory | 9| (around 300 MB with GCC 4.x)! If you don't have enough physical memory |
10| your machine will start swapping to disk and the compile will not finish | 10| your machine will start swapping to disk and the compile will not finish |
11| within a reasonable amount of time. | 11| within a reasonable amount of time. |
12| So either compile on a bigger machine or use the non-amalgamated build. | 12| So either compile on a bigger machine or use the non-amalgamated build. |