os: increase ldso MEM_SIZE

This commit is contained in:
Josef Söntgen 2014-02-24 11:00:41 +01:00 committed by Christian Helmuth
parent f407bc4cbb
commit e90c77da89
1 changed files with 1 additions and 1 deletions

View File

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