upgrade n8n memory requirements
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user