Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GCManager ¶
type GCPolicy ¶
type GCPolicy struct { // Any usage above this threshold will always trigger garbage collection. // This is the highest usage we will allow. HighThresholdPercent float64 // Any usage below this threshold will never trigger garbage collection. // This is the lowest threshold we will try to garbage collect to. LowThresholdPercent float64 // Minimum age at which an image can be garbage collected. MinAge time.Duration // GC interval GCInterval time.Duration }
Click to show internal directories.
Click to hide internal directories.