diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-11-13 19:38:40 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-11-16 11:58:04 +0100 |
commit | 541ec33075f9f2461b5286592312d2b50295ad32 (patch) | |
tree | 35bcd3ae5cf00d64fbc12a42bb45b1b10b010c86 /units | |
parent | a5bc6e5450981e1f3f88e083f5070038a0211b74 (diff) |
nspawn: set TasksMax= for containers to 8192 by default
Diffstat (limited to 'units')
-rw-r--r-- | units/systemd-nspawn@.service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/units/systemd-nspawn@.service.in b/units/systemd-nspawn@.service.in index 2e79adff44..eb10343ac6 100644 --- a/units/systemd-nspawn@.service.in +++ b/units/systemd-nspawn@.service.in @@ -20,6 +20,7 @@ RestartForceExitStatus=133 SuccessExitStatus=133 Slice=machine.slice Delegate=yes +TasksMax=8192 # Enforce a strict device policy, similar to the one nspawn configures # when it allocates its own scope unit. Make sure to keep these |