mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 07:05:20 +08:00
tests: Increase stack size for dhcpcd
On i386 with optimization disabled the minimum stack size was not enough.
This commit is contained in:
@@ -196,7 +196,7 @@ default_network_dhcpcd(void)
|
||||
sc = rtems_task_create(
|
||||
rtems_build_name('D', 'H', 'C', 'P'),
|
||||
RTEMS_MAXIMUM_PRIORITY - 1,
|
||||
RTEMS_MINIMUM_STACK_SIZE,
|
||||
2 * RTEMS_MINIMUM_STACK_SIZE,
|
||||
RTEMS_DEFAULT_MODES,
|
||||
RTEMS_FLOATING_POINT,
|
||||
&id
|
||||
|
Reference in New Issue
Block a user