chore(media-centre): set tmpfs max size
- tmpfs usage is charged to containers max memory and was being OOM killed
This commit is contained in:
parent
cbebbe3593
commit
ea8b403f8d
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ job "media-centre" {
|
||||||
readonly = false
|
readonly = false
|
||||||
tmpfs_options {
|
tmpfs_options {
|
||||||
mode = 1023
|
mode = 1023
|
||||||
|
size = 3.5e+9
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue