all repos — website @ 503c9c43e76e74f4129908939ba1a319276eca12

My website

Set memory limit to a safe level
Alan Pearce alan@alanpearce.eu
Wed, 04 Dec 2024 20:02:27 +0100
commit

503c9c43e76e74f4129908939ba1a319276eca12

parent

8f536a3b6a915cfb2f2fff909d52ba7354b6315a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M fly.tomlfly.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 = "200MiB"
+  GOMEMLIMIT = "128MiB"
   REDIS_ADDRESS = "redis.alanpearce.eu:6379"
   REDIS_TLS_ENABLED = "true"
   REDIS_TLS_INSECURE = "false"