From 18bb15037a1735bc9ee589deab2bdd6d06dd07d7 Mon Sep 17 00:00:00 2001 From: kaffa Date: Wed, 18 Mar 2026 17:05:10 -0700 Subject: [PATCH] Increase nocodb memory limit to 1Gi Was OOM crashing at 512Mi. Co-Authored-By: Claude Opus 4.6 (1M context) --- nocodb/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nocodb/deployment.yaml b/nocodb/deployment.yaml index b741ba8..4a04f04 100644 --- a/nocodb/deployment.yaml +++ b/nocodb/deployment.yaml @@ -27,7 +27,7 @@ spec: resources: limits: cpu: "1" - memory: 512Mi + memory: 1Gi requests: cpu: 50m memory: 128Mi