Hi Juli, you can take a look at https://realworldocaml.org/v1/en/html/understanding-the-garbage-collector.html for some explanations of the various knobs. Specifically, the in-text note sections (marked with the icon of two pages) give some helpful hints. The first one on the page is 'Setting the Size of the Minor Heap'. Regards, Yawar On Tue, Nov 28, 2017 at 1:11 PM, Julia Lawall wrote: > Hello, > > Is there any reasonable way to reduce the amount of garbage collection > activity in an OCaml program? I see various knobs in the control > structure, but I don't know what the impact of changing the values would > be. > > thanks, > juli > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa.inria.fr/sympa/arc/caml-list > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >