Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions pkg/apis/config/v1alpha1/tmo.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@ type TMOConfigDetail struct {
// +optional
EnableSwap *bool `json:"enableSwap,omitempty"`

// ReservedInactiveFile is the reserved value of inactive file memory
// +optional
ReservedInactiveFile *uint64 `json:"reservedInactiveFile,omitempty"`

// Interval is the minimum duration the objectives got memory reclaimed by TMO
// +optional
Interval *metav1.Duration `json:"interval,omitempty"`
Expand Down
Loading