Skip to content

Commit

Permalink
flambda-backend: permanent/gc-tuning (cherry-pick e9d6d2f145438dd6a82…
Browse files Browse the repository at this point in the history
…b56e9b41c8a01e752d81d)
  • Loading branch information
stedolan authored and poechsel committed Jun 25, 2021
1 parent 7116602 commit c0aa4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/caml/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ typedef uint64_t uintnat;
#define Minor_heap_max (1 << 28)

/* Default size of the minor zone. (words) */
#define Minor_heap_def 262144
#define Minor_heap_def 1048576


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

0 comments on commit c0aa4f4

Please sign in to comment.