mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-23 07:51:52 +08:00
rc.conf: Use more stack for the rc worker.
Most of the tests run with a default stack size of 32k. If the rc worker runs with less, it uses an untested configuration.
This commit is contained in:
parent
a8d016c39d
commit
61e2e1bf91
@ -789,7 +789,7 @@ rtems_bsd_run_rc_conf_script(const char* name,
|
||||
|
||||
sc = rtems_task_create(rtems_build_name('B', 'S', 'D', 'r' ),
|
||||
priority,
|
||||
8 * 1024,
|
||||
32 * 1024,
|
||||
RTEMS_PREEMPT | RTEMS_NO_TIMESLICE | RTEMS_NO_ASR,
|
||||
RTEMS_LOCAL | RTEMS_FLOATING_POINT,
|
||||
&worker);
|
||||
|
Loading…
x
Reference in New Issue
Block a user