Recent GCC versions need more memory.

This commit is contained in:
Mike Pall 2013-09-03 15:55:37 +02:00
parent fffe75a03b
commit 7873c8dbf7

View File

@ -6,7 +6,7 @@
/* /*
+--------------------------------------------------------------------------+ +--------------------------------------------------------------------------+
| WARNING: Compiling the amalgamation needs a lot of virtual memory | | 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 | | your machine will start swapping to disk and the compile will not finish |
| within a reasonable amount of time. | | within a reasonable amount of time. |
| So either compile on a bigger machine or use the non-amalgamated build. | | So either compile on a bigger machine or use the non-amalgamated build. |