Skip to content

Commit

Permalink
concourse-worker: removed the MemoryLimit from the playbook (will be …
Browse files Browse the repository at this point in the history
…in the stack)
  • Loading branch information
Steve Durrheimer committed Sep 19, 2019
1 parent ee4b26b commit 6be836e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/concourse-worker.service.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ RestartSec=10s
LimitNPROC=infinity
LimitNOFILE=infinity
TasksMax=infinity
MemoryLimit={{ (ansible_memtotal_mb * 0.9) | int | abs }}M
Delegate=yes
KillMode=process

Expand Down

0 comments on commit 6be836e

Please sign in to comment.