imageGcLowThresholdPercent property

int? imageGcLowThresholdPercent
getter/setter pair

Defines the percent of disk usage before which image garbage collection is never run.

Lowest disk usage to garbage collect to. The percent is calculated as this field value out of 100. The value must be between 10 and 85, inclusive and smaller than image_gc_high_threshold_percent. The default value is 80 if unspecified.

Optional.

Implementation

core.int? imageGcLowThresholdPercent;