rump: Increase FS server stack size

This commit is contained in:
Sebastian Sumpf 2014-02-20 15:20:44 +01:00 committed by Christian Helmuth
parent a282617407
commit 4aef209c8b
1 changed files with 1 additions and 1 deletions

View File

@ -451,6 +451,6 @@ struct File_system::Main
**********************/
char const * Server::name() { return "rump_fs_ep"; }
Genode::size_t Server::stack_size() { return 2048 * sizeof(long); }
Genode::size_t Server::stack_size() { return 4 * 1024 * sizeof(long); }
void Server::construct(Server::Entrypoint &ep) { static File_system::Main inst(ep); }