fix(media-centre): adjust memory settings to optimize resource allocation
This commit is contained in:
parent
95e4ef32e2
commit
92024ed68a
1 changed files with 6 additions and 4 deletions
|
@ -44,8 +44,9 @@ job "media-centre" {
|
|||
}
|
||||
|
||||
resources {
|
||||
cpu = 1200
|
||||
memory = 4096
|
||||
cpu = 1200
|
||||
memory = 1024
|
||||
memory_max = 4096
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -135,8 +136,9 @@ job "media-centre" {
|
|||
}
|
||||
|
||||
resources {
|
||||
cpu = 1200
|
||||
memory = 4096
|
||||
cpu = 1200
|
||||
memory = 1024
|
||||
memory_max = 4096
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue