all repos — website @ c62cfecf17eaabae61c72681daa3a797d0759631

My website

Increase memory limit

Alan Pearce
commit

c62cfecf17eaabae61c72681daa3a797d0759631

parent

9de6a810b35e71708e59830bd90b1f9689f1fd4d

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

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