about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-12-04 19:55:33 +0100
committerAlan Pearce2024-12-04 19:55:33 +0100
commit996233fb862a6686ae719c91898edc68b5e792a5 (patch)
treee85b851e0c4197510824c8d69196b2726f7a7a84
parentc62cfecf17eaabae61c72681daa3a797d0759631 (diff)
downloadwebsite-996233fb862a6686ae719c91898edc68b5e792a5.tar.lz
website-996233fb862a6686ae719c91898edc68b5e792a5.tar.zst
website-996233fb862a6686ae719c91898edc68b5e792a5.zip
Fix occasional OOM errors
-rw-r--r--fly.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/fly.toml b/fly.toml
index f95c07a..1230c6c 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 = "222MiB"
+  GOMEMLIMIT = "200MiB"
   REDIS_ADDRESS = "redis.alanpearce.eu:6379"
   REDIS_TLS_ENABLED = "true"
   REDIS_TLS_INSECURE = "false"