regularGCInterval property

Duration regularGCInterval
getter/setter pair

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.

Implementation

external Duration regularGCInterval;