mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 19:46:45 +00:00
parent
5c6d5081b0
commit
e2889f3f11
@ -32,7 +32,7 @@ static Signal_connection *signal_connection()
|
||||
** Process-wide connection to core's signal service **
|
||||
******************************************************/
|
||||
|
||||
enum { STACK_SIZE = 4096 };
|
||||
enum { STACK_SIZE = 2*1024*sizeof(addr_t) };
|
||||
|
||||
class Signal_handler_thread : Thread<STACK_SIZE>, Lock
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user