mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-07 19:34:56 +00:00
part_blk: increase entrypoint stack size
The changed policy-matching utility uses session labels etc. on stack which increases the size demand.
This commit is contained in:
parent
df53187265
commit
dd96cba415
@ -77,7 +77,7 @@ int main()
|
||||
return 1;
|
||||
}
|
||||
|
||||
enum { STACK_SIZE = 1024 * sizeof(Genode::size_t) };
|
||||
enum { STACK_SIZE = 2048 * sizeof(Genode::size_t) };
|
||||
static Cap_connection cap;
|
||||
static Rpc_entrypoint ep(&cap, STACK_SIZE, "part_ep");
|
||||
static Block::Root block_root(&ep, env()->heap(), receiver,
|
||||
|
Loading…
x
Reference in New Issue
Block a user