increased default minor heap size

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10920 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2011-01-06 14:20:52 +00:00
parent 229b27364e
commit f7a5e69ad5
1 changed files with 1 additions and 1 deletions

View File

@ -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).