Increase memory limit
Alan Pearce alan@alanpearce.eu
Tue, 03 Dec 2024 21:34:57 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M fly.toml → fly.toml
@@ -20,7 +20,7 @@ POWERDNS_SERVER_URL = "https://pdns.alanpearce.eu" # 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"