Change resource allocation

This commit is contained in:
Alex 2021-03-08 23:01:11 +01:00
parent c586633613
commit 573a86b87c
2 changed files with 5 additions and 5 deletions

View file

@ -48,8 +48,8 @@ EOH
} }
resources { resources {
memory = 100
cpu = 100 cpu = 100
memory = 100
} }
service { service {
@ -115,8 +115,8 @@ EOH
} }
resources { resources {
memory = 100 memory = 40
cpu = 100 cpu = 50
} }
} }
} }

View file

@ -406,8 +406,8 @@ job "email" {
} }
resources { resources {
cpu = 50 cpu = 100
memory = 40 memory = 100
} }
service { service {