From c5fece6af1b3fe07fe24566a55a709c9a9b68db6 Mon Sep 17 00:00:00 2001 From: Fan Wang Date: Thu, 16 Jul 2026 11:08:25 -0500 Subject: [PATCH] Update cpu and memory --- devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml b/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml index 035f361..7d2ce69 100644 --- a/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml +++ b/devplanetv2/dev-environments/qa-mc2dp-helm/values/values.yaml @@ -197,8 +197,8 @@ hatchery: "containers": [ { "target-port": 8888, - "cpu-limit": "500m", - "memory-limit": "2Gi", + "cpu-limit": "4.0", + "memory-limit": "16Gi", "name": "RCC pilot", "image": "707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/jupyter-notebook:rcc-master", "pull_policy": "Always",