From f7a5e69ad5a467a1f7ce61d599ce620f9fe609aa Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Thu, 6 Jan 2011 14:20:52 +0000 Subject: [PATCH] increased default minor heap size git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10920 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- byterun/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/byterun/config.h b/byterun/config.h index 57d7947b9..22abe871d 100644 --- a/byterun/config.h +++ b/byterun/config.h @@ -135,7 +135,7 @@ typedef struct { uint32 l, h; } uint64, int64; #define Minor_heap_max (1 << 28) /* Default size of the minor zone. (words) */ -#define Minor_heap_def 32768 +#define Minor_heap_def 262144 /* Minimum size increment when growing the heap (words).