always epicsThreadStackBig
on RTEMS at least, c++ code needs the largest standard stack frame size.
This commit is contained in:
@ -202,7 +202,7 @@ epicsThreadOnceId sim_mute_once = EPICS_THREAD_ONCE_INIT;
|
||||
|
||||
SimADC::SimADC()
|
||||
:runner(*this, "Runner",
|
||||
epicsThreadGetStackSize(epicsThreadStackSmall),
|
||||
epicsThreadGetStackSize(epicsThreadStackBig),
|
||||
epicsThreadPriorityMedium)
|
||||
,runner_stop(false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user