mirror of
https://github.com/systemd/systemd.git
synced 2025-04-01 18:50:16 +03:00
Set user@.service TasksMax=infinity
The user manager is still limited by its parent slice user-UID.slice, which defaults to 4096 tasks. However, it no longer has an additional limit of 512 tasks. Fixes #1955.
This commit is contained in:
parent
b591613f2e
commit
8c277ddd27
@ -17,3 +17,4 @@ ExecStart=-@rootlibexecdir@/systemd --user
|
||||
Slice=user-%i.slice
|
||||
KillMode=mixed
|
||||
Delegate=yes
|
||||
TasksMax=infinity
|
||||
|
Loading…
x
Reference in New Issue
Block a user