cadvisor was dying

This commit is contained in:
Nemo 2017-12-05 23:06:52 +05:30
parent 0d6ad17fe4
commit be669c2ceb
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ resource "docker_container" "muximux" {
resource "docker_container" "cadvisor" {
name = "cadvisor"
image = "${docker_image.cadvisor.latest}"
memory = 64
memory = 256
restart = "unless-stopped"
destroy_grace_seconds = 10