From 7d69702fdfe5de3f18f85c2eb8ee810e9bbca330 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 5 Oct 2024 13:35:40 +1300 Subject: reduce memory usage --- fly.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'fly.toml') diff --git a/fly.toml b/fly.toml index ef6e3ea..799d2a0 100644 --- a/fly.toml +++ b/fly.toml @@ -19,6 +19,7 @@ primary_region = "ams" VCS_LOCAL_PATH = "/data/website" VCS_REMOTE_URL = "https://git.alanpearce.eu/website.git" ACME_SERVER_URL = "https://acme.alanpearce.eu" + GOMEMLIMIT = "128MiB" [[services]] internal_port = 8080 -- cgit 1.4.1