diff options
-rw-r--r-- | fly.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |