Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
systemd-mini.1059
1097-udevd-increase-maximum-number-of-children....
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 1097-udevd-increase-maximum-number-of-children.patch of Package systemd-mini.1059
Index: systemd-210/src/udev/udevd.c =================================================================== --- systemd-210.orig/src/udev/udevd.c +++ systemd-210/src/udev/udevd.c @@ -454,7 +454,7 @@ static void event_run(struct event *even if (children >= children_max) { if (children_max > 1) - log_debug("maximum number (%i) of children reached", children); + log_error("maximum number (%i) of children reached", children); return; } @@ -1277,7 +1277,7 @@ int main(int argc, char *argv[]) { children_max = 8; if (sched_getaffinity(0, sizeof (cpu_set), &cpu_set) == 0) { - children_max += CPU_COUNT(&cpu_set) * 2; + children_max += CPU_COUNT(&cpu_set) * 64; } } log_debug("set children_max to %u", children_max);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor