mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
ldso: increase initial heap block
This is needed to enable the fork of 'make' in the genodians.org scenario on NOVA. Issue #3578
This commit is contained in:
parent
3897ddea03
commit
e8878eee8a
@ -673,7 +673,7 @@ void Genode::init_ldso_phdr(Env &env)
|
||||
* however, is copied from the parent process. So the pointed-to objects
|
||||
* must reside on the same addresses in the parent and child.
|
||||
*/
|
||||
static char initial_block[4*1024];
|
||||
static char initial_block[8*1024];
|
||||
heap().construct(&env.ram(), &env.rm(), Heap::UNLIMITED,
|
||||
initial_block, sizeof(initial_block));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user