mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-11 13:22:33 +00:00
base: Increase stack size of signal thread
On foc_pbxa9, the stack size did not suffice within core.
This commit is contained in:
parent
4828a2daf2
commit
7fef0ba931
@ -32,7 +32,7 @@ static Signal_connection *signal_connection()
|
||||
** Process-wide connection to core's signal service **
|
||||
******************************************************/
|
||||
|
||||
enum { STACK_SIZE = 2*1024*sizeof(addr_t) };
|
||||
enum { STACK_SIZE = 4*1024*sizeof(addr_t) };
|
||||
|
||||
class Signal_handler_thread : Thread<STACK_SIZE>, Lock
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user