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 {
memory = 100
cpu = 100
memory = 100
}
service {
@ -115,8 +115,8 @@ EOH
}
resources {
memory = 100
cpu = 100
memory = 40
cpu = 50
}
}
}

View File

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