From e5c366316b7eb06d2caee1e8e194e5949a0c1925 Mon Sep 17 00:00:00 2001 From: Robin Lu Date: Mon, 1 Dec 2025 11:20:54 +0800 Subject: [PATCH] tmo: adding ReservedInactiveFile Signed-off-by: Robin Lu --- pkg/apis/config/v1alpha1/tmo.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkg/apis/config/v1alpha1/tmo.go b/pkg/apis/config/v1alpha1/tmo.go index 2623e21a..14177b52 100644 --- a/pkg/apis/config/v1alpha1/tmo.go +++ b/pkg/apis/config/v1alpha1/tmo.go @@ -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"`