Add GC.auto_compact= true/false and GC.auto_compact
GC.auto_compact=, GC.auto_compact can be used to control when compaction runs. Setting auto_compact= to true will cause compaction to occurr duing major collections. At the moment, compaction adds significant overhead to major collections, so please test first!
Add
GC.auto_compact= true/falseandGC.auto_compactGC.auto_compact=,GC.auto_compactcan be used to control whencompaction runs. Setting
auto_compact=to true will causecompaction to occurr duing major collections. At the moment,
compaction adds significant overhead to major collections, so please
test first!
[Feature #17176]