mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-11 21:32:57 +00:00
core: increase stack size of init-child entrypoint
With the commit "init: session-label rewriting", the stack usage increased due to the handling of session-label strings as local variables. The stack overrun occurred in the vmm scenario on base-hw.
This commit is contained in:
parent
60dfddbe5a
commit
226ff08304
@ -121,7 +121,7 @@ class Core_child : public Child_policy
|
||||
* Entry point used for serving the parent interface
|
||||
*/
|
||||
Rpc_entrypoint _entrypoint;
|
||||
enum { STACK_SIZE = 2 * 1024 * sizeof(Genode::addr_t)};
|
||||
enum { STACK_SIZE = 4 * 1024 * sizeof(Genode::addr_t)};
|
||||
|
||||
Registry<Service> &_services;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user