diff --git a/repos/ports/src/virtualbox/libc.cc b/repos/ports/src/virtualbox/libc.cc index 5d3f1018b3..5feff63d46 100644 --- a/repos/ports/src/virtualbox/libc.cc +++ b/repos/ports/src/virtualbox/libc.cc @@ -47,7 +47,7 @@ static const bool verbose = false; * Additionally static constructors are executed currently before the libc * is done with initialization and so we also have no Env pointer here. */ -static char buffer[2048]; +static char buffer[3 * 1024]; static unsigned buffer_len = 0; static bool initial_memory(void * ptr)