From 1a84cd0d5fdc3ecba1133c7c0a39aa58210830bf Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 23 May 2022 19:46:10 +0200 Subject: [PATCH] ajust memory --- deconz.nomad | 2 +- promtail.nomad | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deconz.nomad b/deconz.nomad index a60bd46..2ad094a 100644 --- a/deconz.nomad +++ b/deconz.nomad @@ -45,7 +45,7 @@ job "deconz" { DECONZ_WS_PORT = "${NOMAD_PORT_ws}" } resources { - memory = 75 + memory = 150 } } diff --git a/promtail.nomad b/promtail.nomad index b92e0a2..0793307 100644 --- a/promtail.nomad +++ b/promtail.nomad @@ -89,7 +89,7 @@ EOTC destination = "/local/promtail.yml" } resources { - memory = 50 + memory = 100 } } }