Compaction overhead
From MLDonkey
Sets how much incremental clean&sweep will be done by the [ocaml garbage collector] every time a minor garbage collection is triggered.
It's a tradeoff, increasing that value will use some memory but use less CPU, and the reverse if you decrease it.