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:
Christian Helmuth 2015-11-26 11:33:17 +01:00
parent df53187265
commit dd96cba415
1 changed files with 1 additions and 1 deletions

View File

@ -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,