ldso: increase size of managed ELF dataspace

The size needs to be increased for Qt5 libraries.

Issue #345.
This commit is contained in:
Christian Prochaska 2013-08-09 15:02:28 +02:00 committed by Norman Feske
parent fd11bd489e
commit 5b0a8e54f9
1 changed files with 1 additions and 1 deletions

View File

@ -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 */