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:
2
etc/systemd/system.conf.d/20-tasklimit.conf
Normal file
2
etc/systemd/system.conf.d/20-tasklimit.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[Manager]
|
||||||
|
DefaultTasksMax=infinity
|
||||||
2
etc/systemd/system/user-.slice.d/20-tasklimit.conf
Normal file
2
etc/systemd/system/user-.slice.d/20-tasklimit.conf
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[Slice]
|
||||||
|
TasksMax=infinity
|
||||||
Reference in New Issue
Block a user