diff --git a/templates/n8n/.felhom.yml b/templates/n8n/.felhom.yml index cb728af..6ea6264 100644 --- a/templates/n8n/.felhom.yml +++ b/templates/n8n/.felhom.yml @@ -11,8 +11,8 @@ slug: "n8n" # --- Resource hints (displayed on deploy screen) --- resources: - mem_request: "150M" - mem_limit: "512M" + mem_request: "512M" + mem_limit: "1536M" pi_compatible: false needs_hdd: false diff --git a/templates/n8n/docker-compose.yml b/templates/n8n/docker-compose.yml index 671c93c..e1ddc4e 100644 --- a/templates/n8n/docker-compose.yml +++ b/templates/n8n/docker-compose.yml @@ -25,7 +25,7 @@ services: deploy: resources: limits: - memory: 512M + memory: 1536M healthcheck: test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:5678/healthz"] interval: 30s