increased default minor heap size
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@10920 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
229b27364e
commit
f7a5e69ad5
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue