mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-22 18:22:41 +00:00
Noux: increase entrypoint stack size
Needed to run Noux built with -O0 Fixes #880.
This commit is contained in:
parent
b0bfe6bfa7
commit
9370ba160b
@ -895,7 +895,7 @@ int main(int argc, char **argv)
|
||||
/*
|
||||
* Entrypoint used to virtualize child resources such as RAM, RM
|
||||
*/
|
||||
enum { STACK_SIZE = 1024*sizeof(long) };
|
||||
enum { STACK_SIZE = 2*1024*sizeof(long) };
|
||||
static Genode::Rpc_entrypoint resources_ep(&cap, STACK_SIZE, "noux_rsc_ep");
|
||||
|
||||
/* create init process */
|
||||
|
Loading…
x
Reference in New Issue
Block a user