Project

General

Profile

« Previous | Next » 

Revision 67b2c21c

Added by tenderlovemaking (Aaron Patterson) about 5 years ago

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!

[Feature #17176]