From ac0e9283946c22bf6cc8e35d5deebbb0cc6b7607 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sat, 12 Dec 2009 21:53:46 -0800 Subject: [PATCH] Use much larger default heap size on 64-bit machines. --- src/microcode/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/option.c b/src/microcode/option.c index 544fe79c7..2e0118639 100644 --- a/src/microcode/option.c +++ b/src/microcode/option.c @@ -213,7 +213,7 @@ Additional options may be supported by the band (and described below).\n\ # define DEFAULT_HEAP_SIZE 16384 # else # define DEFAULT_HEAP_SIZE 4096 -# fi +# endif #endif #ifndef HEAP_SIZE_VARIABLE -- 2.25.1