mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
ldso: increase size of managed ELF dataspace
The size needs to be increased for Qt5 libraries. Issue #345.
This commit is contained in:
parent
fd11bd489e
commit
5b0a8e54f9
@ -33,7 +33,7 @@ namespace Genode {
|
||||
private:
|
||||
|
||||
/* size of dataspace */
|
||||
enum { RESERVATION = 128 * 1024 * 1024 };
|
||||
enum { RESERVATION = 160 * 1024 * 1024 };
|
||||
|
||||
addr_t _base; /* base address of dataspace */
|
||||
Allocator_avl _range; /* VM range allocator */
|
||||
|
Loading…
Reference in New Issue
Block a user