about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-12-04 20:02:27 +0100
committerAlan Pearce2024-12-04 20:02:27 +0100
commit503c9c43e76e74f4129908939ba1a319276eca12 (patch)
treea26ee6e60c547956511eab62affcb9ba9e413a25
parent8f536a3b6a915cfb2f2fff909d52ba7354b6315a (diff)
downloadwebsite-503c9c43e76e74f4129908939ba1a319276eca12.tar.lz
website-503c9c43e76e74f4129908939ba1a319276eca12.tar.zst
website-503c9c43e76e74f4129908939ba1a319276eca12.zip
Set memory limit to a safe level
-rw-r--r--fly.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/fly.toml b/fly.toml
index 1230c6c..3ab994c 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 = "200MiB"
+  GOMEMLIMIT = "128MiB"
   REDIS_ADDRESS = "redis.alanpearce.eu:6379"
   REDIS_TLS_ENABLED = "true"
   REDIS_TLS_INSECURE = "false"