systemd: Remove task limit

from user slices and set the default task limit to infinity. Previously,
the task limit on the `user-*.slice` units was 675, which can become a
problem in CI jobs that fork a lot, causing spurious CI failures.

Signed-off-by: Andreas Hartmann <hartan@7x.de>
This commit is contained in:
Andreas Hartmann
2023-10-31 07:45:25 +00:00
parent 8ef19c101a
commit fad19dd8f2
3 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
[Manager]
DefaultTasksMax=infinity

View File

@@ -0,0 +1,2 @@
[Slice]
TasksMax=infinity