VariableGC_KILL_FACTOR
DescriptionMultiplier applied to timeSpentOnGC
Default1

The kill factor is a multiplier applied to the time spent GC'ing. LogScale will periodically compute timeSpentOnGC * GC_KILL_FACTOR - realTime. If the accumulated sum over all computed intervals exceeds the GC_KILL_THRESHOLD_MILLIS, LogScale will exit. This means that LogScale will only exit if GC is consistently taking up a lot of time for a long time. The threshold is not set by default. See SHUTDOWN_ABORT_FLUSH_TIMEOUT_MILLIS.

ini
GC_KILL_FACTOR=1.0
GC_KILL_THRESHOLD_MILLIS=60000