mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 04:03:36 +08:00
udev: bump TasksMax to inifinity (#3593)
udevd already limits its number of workers/children: the max number is actually twice the number of CPUs the system is using. (The limit can also be raised with udev.children-max= kernel command line option BTW). On some servers, this limit can easily exceed the maximum number of tasks that systemd put on all services, which is 512 by default. Since udevd has already its limitation logic, simply disable the static limitation done by TasksMax.
This commit is contained in:
parent
3ade16c9c8
commit
de2edc008a
@ -24,3 +24,4 @@ ExecStart=@rootlibexecdir@/systemd-udevd
|
||||
MountFlags=slave
|
||||
KillMode=mixed
|
||||
WatchdogSec=3min
|
||||
TasksMax=infinity
|
||||
|
Loading…
Reference in New Issue
Block a user