Skip to content

Commit c0aa4f4

Browse files
stedolanpoechsel
authored andcommitted
flambda-backend: permanent/gc-tuning (cherry-pick e9d6d2f)
1 parent 7116602 commit c0aa4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/caml/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ typedef uint64_t uintnat;
219219
#define Minor_heap_max (1 << 28)
220220

221221
/* Default size of the minor zone. (words) */
222-
#define Minor_heap_def 262144
222+
#define Minor_heap_def 1048576
223223

224224

225225
/* Minimum size increment when growing the heap (words).

0 commit comments

Comments
 (0)