nic_bridge: increase entrypoint stack size

Issue #782
This commit is contained in:
Christian Prochaska 2013-06-26 21:31:50 +02:00 committed by Norman Feske
parent c962240922
commit 02c0fa85cf
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ int main(int, char **)
} catch(...) {}
try {
enum { STACK_SIZE = 4096 };
enum { STACK_SIZE = 1024*sizeof(Genode::addr_t) };
static Cap_connection cap;
static Rpc_entrypoint ep(&cap, STACK_SIZE, "nic_bridge_ep");
static Net::Root nic_root(&ep, env()->heap());