diff --git a/1097-udevd-increase-maximum-number-of-children.patch b/1097-udevd-increase-maximum-number-of-children.patch index 9b23bc18..50bbc56f 100644 --- a/1097-udevd-increase-maximum-number-of-children.patch +++ b/1097-udevd-increase-maximum-number-of-children.patch @@ -16,7 +16,7 @@ Index: systemd-210/src/udev/udevd.c if (sched_getaffinity(0, sizeof (cpu_set), &cpu_set) == 0) { - children_max += CPU_COUNT(&cpu_set) * 2; -+ children_max += CPU_COUNT(&cpu_set) * 256; ++ children_max += CPU_COUNT(&cpu_set) * 64; } } log_debug("set children_max to %u", children_max); diff --git a/systemd-mini.changes b/systemd-mini.changes index 80c94b2a..872f66b3 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 28 13:26:21 UTC 2014 - rmilasan@suse.com + +- Change the maximum number of children from CPU_COUNT * 256 to + CPU_COUNT * 64. + Update 1097-udevd-increase-maximum-number-of-children.patch + ------------------------------------------------------------------- Thu Nov 27 20:30:35 UTC 2014 - rmilasan@suse.com diff --git a/systemd.changes b/systemd.changes index 80c94b2a..872f66b3 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 28 13:26:21 UTC 2014 - rmilasan@suse.com + +- Change the maximum number of children from CPU_COUNT * 256 to + CPU_COUNT * 64. + Update 1097-udevd-increase-maximum-number-of-children.patch + ------------------------------------------------------------------- Thu Nov 27 20:30:35 UTC 2014 - rmilasan@suse.com