mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 03:17:56 +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(
|
sc = rtems_task_create(
|
||||||
rtems_build_name('D', 'H', 'C', 'P'),
|
rtems_build_name('D', 'H', 'C', 'P'),
|
||||||
RTEMS_MAXIMUM_PRIORITY - 1,
|
RTEMS_MAXIMUM_PRIORITY - 1,
|
||||||
RTEMS_MINIMUM_STACK_SIZE,
|
2 * RTEMS_MINIMUM_STACK_SIZE,
|
||||||
RTEMS_DEFAULT_MODES,
|
RTEMS_DEFAULT_MODES,
|
||||||
RTEMS_FLOATING_POINT,
|
RTEMS_FLOATING_POINT,
|
||||||
&id
|
&id
|
||||||
|
Reference in New Issue
Block a user