From 6bde9d272627ac6518994047ccec20095e0424b7 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Tue, 21 Jul 2026 15:20:38 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20increase=20trading-engine=20memory=20lim?= =?UTF-8?q?it=20512Mi=E2=86=921024Mi=20(OOMKilled=20by=20correlation=20mat?= =?UTF-8?q?rix)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infra/helm/stonks-oracle/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/helm/stonks-oracle/values.yaml b/infra/helm/stonks-oracle/values.yaml index 97b0b9f..7130b74 100644 --- a/infra/helm/stonks-oracle/values.yaml +++ b/infra/helm/stonks-oracle/values.yaml @@ -99,8 +99,8 @@ services: port: 8000 secrets: [stonks-core-secrets, stonks-broker-secrets, stonks-gmail-secrets] resources: - requests: { cpu: 100m, memory: 256Mi } - limits: { cpu: 500m, memory: 512Mi } + requests: { cpu: 100m, memory: 512Mi } + limits: { cpu: 1000m, memory: 1024Mi } probes: readiness: { path: /ready, port: 8000, initialDelay: 5, period: 10 } liveness: { path: /health, port: 8000, initialDelay: 10, period: 30 }