From: Lennart Poettering Date: Thu, 14 Jul 2016 10:20:29 +0000 (+0200) Subject: units: fix TasksMax=16384 for systemd-nspawn@.service X-Git-Tag: v231~29^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d36b53a2d08966a3025bd24e51c154be375a61f;p=thirdparty%2Fsystemd.git units: fix TasksMax=16384 for systemd-nspawn@.service When a container scope is allocated via machined it gets 16K set already since cf7d1a30e44bf380027a2e73f9bf13f423a33cc1. Make sure when a container is run as system service it gets the same values. --- diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in index ea28941507d..eb318b1faff 100644 --- a/units/systemd-nspawn@.service.in +++ b/units/systemd-nspawn@.service.in @@ -20,7 +20,7 @@ RestartForceExitStatus=133 SuccessExitStatus=133 Slice=machine.slice Delegate=yes -TasksMax=8192 +TasksMax=16384 # Enforce a strict device policy, similar to the one nspawn configures # when it allocates its own scope unit. Make sure to keep these