From 9751de40c697aaa2787742d84579319e5b3f9d2d Mon Sep 17 00:00:00 2001 From: Vegar Sechmann Molvig Date: Thu, 5 Feb 2026 12:42:13 +0100 Subject: [PATCH] feat: increase min cpu request recommendation --- internal/utilization/queries.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/utilization/queries.go b/internal/utilization/queries.go index e1b85ff85..af8dc4653 100644 --- a/internal/utilization/queries.go +++ b/internal/utilization/queries.go @@ -63,7 +63,7 @@ const ( (hour() >= %d and hour() < %d and day_of_week() > 0 and day_of_week() < 6) )` - minCPURequest = 0.01 // 10m + minCPURequest = 0.05 // 50m minMemoryRequestBytes = 32 * 1024 * 1024 // 64 MiB )