Skip to content

Commit

Permalink
Merge pull request #4 from cycloidio/sd-move-memorylimit-to-stack
Browse files Browse the repository at this point in the history
concourse-worker: removed the MemoryLimit from the playbook (will be …
  • Loading branch information
Steve Durrheimer authored Sep 19, 2019
2 parents ee4b26b + 6be836e commit 33aefe6
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 33aefe6

Please sign in to comment.