diff --git a/containers/docker.go b/containers/docker.go index 1034679..6a9e888 100644 --- a/containers/docker.go +++ b/containers/docker.go @@ -339,7 +339,7 @@ func (d *Driver) Create(name string, image string, volumePath string, HTTPPort i } OOMKillDisable := false - if memory < 250 { + if memory < 1500 { OOMKillDisable = true }