all repos — homestead @ 300ba523f7a195c1bad1823b5cfcd5b3d166de5c

Code for my website

Set memory limit to a safe level

Alan Pearce
commit

300ba523f7a195c1bad1823b5cfcd5b3d166de5c

parent

ee2bafee7f4d26c681bfbe9af1c662698bc91c73

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M fly.tomlfly.toml
@@ -20,7 +20,7 @@ POWERDNS_SERVER_URL = "https://pdns.alanpearce.eu"
# 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"