diff --git a/templates/gramps-web/.felhom.yml b/templates/gramps-web/.felhom.yml index c5fa953..8828d4d 100644 --- a/templates/gramps-web/.felhom.yml +++ b/templates/gramps-web/.felhom.yml @@ -11,8 +11,8 @@ slug: "gramps-web" # --- Resource hints (displayed on deploy screen) --- resources: - mem_request: "100M" - mem_limit: "384M" + mem_request: "384M" + mem_limit: "1024M" pi_compatible: true needs_hdd: false diff --git a/templates/gramps-web/docker-compose.yml b/templates/gramps-web/docker-compose.yml index d9426aa..e1af929 100644 --- a/templates/gramps-web/docker-compose.yml +++ b/templates/gramps-web/docker-compose.yml @@ -25,7 +25,7 @@ services: deploy: resources: limits: - memory: 384M + memory: 1024M healthcheck: test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:5000"] interval: 30s