diff --git a/docker/main.tf b/docker/main.tf index 6a44216..03a1fe9 100644 --- a/docker/main.tf +++ b/docker/main.tf @@ -42,7 +42,7 @@ resource docker_container "transmission" { "TZ=Asia/Kolkata", ] - memory = 256 + memory = 1024 restart = "unless-stopped" destroy_grace_seconds = 10 must_run = true