From c62cfecf17eaabae61c72681daa3a797d0759631 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 3 Dec 2024 21:34:57 +0100 Subject: Increase memory limit --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 3ab994c..f95c07a 100644 --- a/fly.toml +++ b/fly.toml @@ -20,7 +20,7 @@ primary_region = "ams" # POWERDNS_API_TOKEN = "from fly secret" VCS_LOCAL_PATH = "/data/website" VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" - GOMEMLIMIT = "128MiB" + GOMEMLIMIT = "222MiB" REDIS_ADDRESS = "redis.alanpearce.eu:6379" REDIS_TLS_ENABLED = "true" REDIS_TLS_INSECURE = "false" -- cgit 1.4.1