change memory repartition

This commit is contained in:
vincent 2022-10-13 21:51:47 +02:00
parent 66b6c1c0d5
commit 72a0539844
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ job "filestash" {
} }
resources { resources {
cpu = 300 cpu = 100
memory = 300 memory = 300
} }
} }

View File

@ -187,7 +187,7 @@ EOH
} }
} }
resources { resources {
memory = 200 memory = 250
} }
} }
} }