From b8c41d3b82629a03bcb44d3f96d20cf818b651c6 Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Thu, 4 Jul 2024 02:36:36 -0400 Subject: [PATCH] fix(dev): update base resources Signed-off-by: Cameron Smith --- dev/cluster/pyrovelocity/nixbuild.cue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev/cluster/pyrovelocity/nixbuild.cue b/dev/cluster/pyrovelocity/nixbuild.cue index daf1823e6..ddab74494 100644 --- a/dev/cluster/pyrovelocity/nixbuild.cue +++ b/dev/cluster/pyrovelocity/nixbuild.cue @@ -7,12 +7,12 @@ values: { } resources: { requests: { - cpu: "2000m" - memory: "8Gi" + cpu: "12000m" + memory: "24Gi" } limits: { - cpu: "12000m" - memory: "32Gi" + cpu: "24000m" + memory: "36Gi" // "nvidia.com/gpu": "0" "ephemeral-storage": "35Gi" }