chore(media-centre): reduce maximum memory allocation to 2048MB
This commit is contained in:
parent
93400d8c1e
commit
084feb7da2
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ job "media-centre" {
|
|||
resources {
|
||||
cpu = 1200
|
||||
memory = 1024
|
||||
memory_max = 4096
|
||||
memory_max = 2048
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -141,7 +141,7 @@ job "media-centre" {
|
|||
resources {
|
||||
cpu = 1200
|
||||
memory = 1024
|
||||
memory_max = 4096
|
||||
memory_max = 2048
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue