diff --git a/templates/tandoor/.felhom.yml b/templates/tandoor/.felhom.yml index 310cc66..75ff5b8 100644 --- a/templates/tandoor/.felhom.yml +++ b/templates/tandoor/.felhom.yml @@ -11,8 +11,8 @@ slug: "tandoor" # --- Resource hints (displayed on deploy screen) --- resources: - mem_request: "150M" - mem_limit: "512M" + mem_request: "512M" + mem_limit: "1280M" pi_compatible: true needs_hdd: false diff --git a/templates/tandoor/docker-compose.yml b/templates/tandoor/docker-compose.yml index 2b883e1..2bc0f78 100644 --- a/templates/tandoor/docker-compose.yml +++ b/templates/tandoor/docker-compose.yml @@ -34,7 +34,7 @@ services: deploy: resources: limits: - memory: 512M + memory: 1024M healthcheck: test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:8080/accounts/login/"] interval: 30s