Skip to content

Commit e1c5ed0

Browse files
committed
more heap
1 parent 9b17496 commit e1c5ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zephyr/lib/alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct k_spinlock vmh_lock;
2727
#undef HEAPMEM_SIZE
2828
/* Buffers are allocated from virtual space so we can safely reduce the heap size.
2929
*/
30-
#define HEAPMEM_SIZE 0x20000
30+
#define HEAPMEM_SIZE 0x40000
3131
#endif /* CONFIG_VIRTUAL_HEAP */
3232

3333

0 commit comments

Comments
 (0)