about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-12-03 21:34:57 +0100
committerAlan Pearce2024-12-03 21:34:57 +0100
commitc62cfecf17eaabae61c72681daa3a797d0759631 (patch)
tree049ff224d2c0ef33876820fe0e336bbe6f84a4fa
parent9de6a810b35e71708e59830bd90b1f9689f1fd4d (diff)
downloadwebsite-c62cfecf17eaabae61c72681daa3a797d0759631.tar.lz
website-c62cfecf17eaabae61c72681daa3a797d0759631.tar.zst
website-c62cfecf17eaabae61c72681daa3a797d0759631.zip
Increase memory limit
-rw-r--r--fly.toml2
1 files changed, 1 insertions, 1 deletions
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"