From 286bd87b01052a26ffb8630c551c188ce733a78c Mon Sep 17 00:00:00 2001 From: Pavel Rozhkov Date: Tue, 28 Jan 2025 12:32:34 +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 5784e6f..88df079 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: "10Gi" # Maximum memory usage allowed + memory: "3Gi" # Maximum memory usage allowed cpu: "500m" # Maximum CPU usage allowed