diff --git a/os/src/lib/ldso/file.cc b/os/src/lib/ldso/file.cc index 895fbbdb2..8f8bb033d 100644 --- a/os/src/lib/ldso/file.cc +++ b/os/src/lib/ldso/file.cc @@ -294,7 +294,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 = 44 * 1024 }; + enum { MEM_SIZE = 48 * 1024 }; static char _mem[MEM_SIZE]; /* generate fault on allocation */