summaryrefslogtreecommitdiff
path: root/src/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem.c')
-rw-r--r--src/mem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem.c b/src/mem.c
index 572f2be..185da4f 100644
--- a/src/mem.c
+++ b/src/mem.c
@@ -144,7 +144,7 @@
* the heap data, or any other statically allocated uninitialized data, in
* the kernel image file.
*/
-#define MEM_HEAP_SIZE (32 * 1024 * 1024)
+#define MEM_HEAP_SIZE (64 * 1024)
/*
* Alignment required on addresses returned by mem_alloc().