systemd: don't limit tasks

Systemd sets a default of 512 tasks, which is far
too low to run many containers.

Note that TasksMax is only supported on systemd 226
and above.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2018-08-31 12:50:05 +02:00
parent 80039b4699
commit 7daf2db62a
1 changed files with 4 additions and 0 deletions

View File

@ -23,5 +23,9 @@ LimitNOFILE=infinity
LimitNPROC=infinity
LimitCORE=infinity
# Comment TasksMax if your systemd version does not supports it.
# Only systemd 226 and above support this option.
TasksMax=infinity
[Install]
WantedBy=multi-user.target