From b42e42faaa4db3123106d8d7342100b4681096b7 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 8 Mar 2021 16:34:41 +0100 Subject: Improve resource allocation --- app/im/deploy/im.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/im/deploy') diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index 96a6506..f90dd27 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -162,8 +162,8 @@ job "im" { } resources { - memory = 500 - cpu = 1000 + memory = 250 + cpu = 100 } service { -- cgit v1.2.3