regularGCInterval
When Kotlin code is not allocating enough to trigger GC, the GC scheduler uses timer to drive collection. Timer-triggered collection will happen roughly in regularGCInterval .. 2 * regularGCInterval since any previous collection.
Default: 10 seconds
Unused in legacy MM.
Since Kotlin
1.9Throws
when value is negative.