We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b17496 commit e1c5ed0Copy full SHA for e1c5ed0
1 file changed
zephyr/lib/alloc.c
@@ -27,7 +27,7 @@ struct k_spinlock vmh_lock;
27
#undef HEAPMEM_SIZE
28
/* Buffers are allocated from virtual space so we can safely reduce the heap size.
29
*/
30
-#define HEAPMEM_SIZE 0x20000
+#define HEAPMEM_SIZE 0x40000
31
#endif /* CONFIG_VIRTUAL_HEAP */
32
33
0 commit comments