all repos — homestead @ ff4cb10ef08f4865da7b27bf3f6b0e03b9df2459

Code for my website

Fix occasional OOM errors

Alan Pearce
commit

ff4cb10ef08f4865da7b27bf3f6b0e03b9df2459

parent

4ca7cfecb08bfce4440ac2a6898fe6587e5f0125

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 = "222MiB" + GOMEMLIMIT = "200MiB" REDIS_ADDRESS = "redis.alanpearce.eu:6379" REDIS_TLS_ENABLED = "true" REDIS_TLS_INSECURE = "false"