chore(media-centre): increase plex maximum memory allocation from 2048 to 4096
This commit is contained in:
parent
fe1e7fa05e
commit
2f243766fc
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ job "media-centre" {
|
||||||
resources {
|
resources {
|
||||||
cpu = 1200
|
cpu = 1200
|
||||||
memory = 1024
|
memory = 1024
|
||||||
memory_max = 2048
|
memory_max = 4096
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue