Skip to content

Commit

Permalink
more heap
Browse files Browse the repository at this point in the history
  • Loading branch information
softwarecki committed Sep 13, 2024
1 parent 14651a6 commit a70e60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zephyr/lib/alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct k_spinlock vmh_lock;
#undef HEAPMEM_SIZE
/* Buffers are allocated from virtual space so we can safely reduce the heap size.
*/
#define HEAPMEM_SIZE 0x20000
#define HEAPMEM_SIZE 0x40000
#endif /* CONFIG_VIRTUAL_HEAP */


Expand Down

0 comments on commit a70e60c

Please sign in to comment.