From d8a705453871ca6649bd288727a1131d95c986a093bbcbf2aa290002c1835138 Mon Sep 17 00:00:00 2001 From: Robert Milasan Date: Fri, 28 Nov 2014 13:28:32 +0000 Subject: [PATCH] Accepting request 263343 from home:rmilasan:branches:Base:System - Change the maximum number of children from CPU_COUNT * 256 to CPU_COUNT * 64. Update 1097-udevd-increase-maximum-number-of-children.patch - Change the maximum number of children from CPU_COUNT * 256 to CPU_COUNT * 64. Update 1097-udevd-increase-maximum-number-of-children.patch OBS-URL: https://build.opensuse.org/request/show/263343 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=827 --- 1097-udevd-increase-maximum-number-of-children.patch | 2 +- systemd-mini.changes | 7 +++++++ systemd.changes | 7 +++++++ 3 files changed, 15 insertions(+), 1 deletion(-) 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