From 600853676579607b17032de4b8fb4a257f887d5f Mon Sep 17 00:00:00 2001 From: ordinarthur <@arthurbarre.js@gmail.com> Date: Mon, 13 Apr 2026 11:50:01 +0200 Subject: [PATCH] fix: increase API memory limit to 512Mi (Bun OOMKilled at 256Mi) --- k8s/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/deployment.yml b/k8s/deployment.yml index 5524d31..31033db 100644 --- a/k8s/deployment.yml +++ b/k8s/deployment.yml @@ -77,7 +77,7 @@ spec: memory: "64Mi" cpu: "10m" limits: - memory: "256Mi" + memory: "512Mi" cpu: "200m" imagePullSecrets: