all repos — website @ 996233fb862a6686ae719c91898edc68b5e792a5

My website

Fix occasional OOM errors
Alan Pearce alan@alanpearce.eu
Wed, 04 Dec 2024 19:55:33 +0100
commit

996233fb862a6686ae719c91898edc68b5e792a5

parent

c62cfecf17eaabae61c72681daa3a797d0759631

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 = "222MiB"
+  GOMEMLIMIT = "200MiB"
   REDIS_ADDRESS = "redis.alanpearce.eu:6379"
   REDIS_TLS_ENABLED = "true"
   REDIS_TLS_INSECURE = "false"