OpenOptions.gcInterval

How often does the GC's collection run.

The reactor uses unconditional periodic collection, rather than lazy evaluation one employed by the default GC settings. This setting sets how often the collection cycle should run. See gcRunThreshold for how to not run the GC collection when not needed.

struct OpenOptions
Duration gcInterval;

Meta