mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-27 20:55:28 +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:
parent
36a16f5c7f
commit
880d9299f1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user