Skip to content

Commit 9eb0d70

Browse files
authored
flambda-backend: Forward port increase minor heap size (#2033)
1 parent ce1bd17 commit 9eb0d70

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
@@ -229,7 +229,7 @@ typedef uint64_t uintnat;
229229
#define Minor_heap_min (Max_young_wosize + 1)
230230

231231
/* Default size of the minor zone. (words) */
232-
#define Minor_heap_def 262144
232+
#define Minor_heap_def 1048576
233233

234234
/* Minimum size increment when growing the heap (words).
235235
Must be a multiple of [Page_size / sizeof (value)]. */

0 commit comments

Comments
 (0)