From 891be68c18b25b2ab2d9e9d5514df2e9bb32bf05 Mon Sep 17 00:00:00 2001 From: jgrusewski Date: Wed, 1 Apr 2026 09:44:56 +0200 Subject: [PATCH] fix: increase precompute memory limit to 56Gi for 61M MBP-10 snapshots MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previous 32Gi OOM'd with 148GB of MBP-10 data (61M snapshots ≈ 15GB in memory + trades + OHLCV). ci-compile-cpu node has 64GB. Co-Authored-By: Claude Opus 4.6 (1M context) --- infra/k8s/argo/precompute-features-template.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infra/k8s/argo/precompute-features-template.yaml b/infra/k8s/argo/precompute-features-template.yaml index 272ddfd5b..7b71584e0 100644 --- a/infra/k8s/argo/precompute-features-template.yaml +++ b/infra/k8s/argo/precompute-features-template.yaml @@ -73,10 +73,10 @@ spec: resources: requests: cpu: "4" - memory: 8Gi + memory: 16Gi limits: - cpu: "16" - memory: 32Gi + cpu: "28" + memory: 56Gi volumeMounts: - name: training-data mountPath: /data