From 93c9e7d9aeb664a84720e70bd59f2125ba6c744d Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Mon, 30 May 2022 17:22:12 +0200 Subject: Make some RAM space for drone workers --- app/im/deploy/im.hcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/im/deploy') diff --git a/app/im/deploy/im.hcl b/app/im/deploy/im.hcl index af5304f..a9db5b8 100644 --- a/app/im/deploy/im.hcl +++ b/app/im/deploy/im.hcl @@ -84,7 +84,7 @@ job "im" { } resources { - memory = 2500 + memory = 2000 cpu = 1000 } @@ -119,7 +119,7 @@ job "im" { resources { cpu = 100 - memory = 200 + memory = 100 } template { @@ -157,7 +157,7 @@ EOH } resources { - memory = 200 + memory = 100 cpu = 100 } } -- cgit v1.2.3