SHA256
1
0
forked from pool/systemd

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
This commit is contained in:
Robert Milasan 2014-11-28 13:28:32 +00:00 committed by Git OBS Bridge
parent b5fed75ed5
commit dfb277d2c3
3 changed files with 15 additions and 1 deletions

View File

@ -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);

View File

@ -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

View File

@ -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