From 5f59e724f7f55cd70fc475d59e867c9bf6ec1328 Mon Sep 17 00:00:00 2001 From: Pavel Rozhkov Date: Tue, 28 Jan 2025 17:15:48 +0100 Subject: [PATCH] Decrease size of the memory limit from 10 to 3 GB --- .../inferno/templates/deployments/validator-api.deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml b/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml index 88df079..8b96656 100644 --- a/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml +++ b/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml @@ -46,5 +46,5 @@ spec: memory: "512Mi" # Minimum memory required for scheduling cpu: "250m" # Minimum CPU required for scheduling limits: - memory: "3Gi" # Maximum memory usage allowed + memory: "1Gi" # Maximum memory usage allowed cpu: "500m" # Maximum CPU usage allowed