goncalossilva
09/27/2023, 3:09 PMkotlin.native.binary.appStateTracking=enabled
exists but it only seems to disable the timer-based GC runs, and doesn’t lower the actual target. Do I have good options other than running the GC manually?kotlin.native.runtime.GC.targetHeapBytes
and kotlin.native.runtime.GC.maxHeapBytes
are promising.