Skip to content

Commit 628b3e9

Browse files
authored
flambda-backend: Set default space_overhead to 160 in runtime 5 (#2410)
Set default space_overhead to 160 in runtime 5
1 parent 5d0d3b3 commit 628b3e9

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
@@ -240,7 +240,7 @@ typedef uint64_t uintnat;
240240
/* Default speed setting for the major GC. The heap will grow until
241241
the dead objects and the free list represent this percentage of the
242242
total size of live objects. */
243-
#define Percent_free_def 120
243+
#define Percent_free_def 160
244244

245245
/* Default setting for the major GC slice smoothing window: 1
246246
(i.e. no smoothing)

0 commit comments

Comments
 (0)