From c0f64c9c8ac45139c1e65cdf9d9fe98c0d8b5bda Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 27 Jul 2022 17:26:13 -0700 Subject: [PATCH] Bump Traefik mem limit We don't like this crashing --- traefik/traefik.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik/traefik.nomad b/traefik/traefik.nomad index 7cc588e..9c57252 100644 --- a/traefik/traefik.nomad +++ b/traefik/traefik.nomad @@ -237,7 +237,7 @@ CF_ZONE_API_TOKEN={{ .Data.data.api_token_zone_read }} resources { cpu = 100 memory = 100 - memory_max = 200 + memory_max = 500 } } }