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:
parent
b5fed75ed5
commit
dfb277d2c3
@ -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);
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user