mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 02:01:38 +00:00
os: increase ldso MEM_SIZE
This commit is contained in:
parent
f407bc4cbb
commit
e90c77da89
@ -335,7 +335,7 @@ extern "C" void *mmap(void *addr, size_t length, int prot, int flags, int fd, of
|
||||
|
||||
/* called during ldso relocation */
|
||||
if (flags & MAP_LDSO) {
|
||||
enum { MEM_SIZE = 48 * 1024 };
|
||||
enum { MEM_SIZE = 128 * 1024 };
|
||||
static char _mem[MEM_SIZE];
|
||||
|
||||
/* generate fault on allocation */
|
||||
|
Loading…
x
Reference in New Issue
Block a user