From dad38347e79525226edcf99049508030266d37c6 Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Tue, 14 Jul 2026 18:50:28 +0200 Subject: [PATCH] upgrade n8n memory requirements --- n8n/n8n-deployment.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/n8n/n8n-deployment.yaml b/n8n/n8n-deployment.yaml index 89d6d9c..a02d510 100644 --- a/n8n/n8n-deployment.yaml +++ b/n8n/n8n-deployment.yaml @@ -53,15 +53,17 @@ spec: value: http - name: N8N_PORT value: "5678" + - name: NODE_OPTIONS + value: "--max-old-space-size=768" image: n8nio/n8n name: n8n ports: - containerPort: 5678 resources: requests: - memory: "250Mi" + memory: "512Mi" limits: - memory: "500Mi" + memory: "1Gi" volumeMounts: - mountPath: /home/node/.n8n name: n8n-claim0