upgrade n8n memory requirements

This commit is contained in:
Roger Oriol
2026-07-14 18:50:28 +02:00
parent a5b90994a4
commit dad38347e7

View File

@@ -53,15 +53,17 @@ spec:
value: http value: http
- name: N8N_PORT - name: N8N_PORT
value: "5678" value: "5678"
- name: NODE_OPTIONS
value: "--max-old-space-size=768"
image: n8nio/n8n image: n8nio/n8n
name: n8n name: n8n
ports: ports:
- containerPort: 5678 - containerPort: 5678
resources: resources:
requests: requests:
memory: "250Mi" memory: "512Mi"
limits: limits:
memory: "500Mi" memory: "1Gi"
volumeMounts: volumeMounts:
- mountPath: /home/node/.n8n - mountPath: /home/node/.n8n
name: n8n-claim0 name: n8n-claim0