From a70e60caf9d542040ed4bb807a61e32c9bcbe79f Mon Sep 17 00:00:00 2001 From: Adrian Warecki Date: Wed, 11 Sep 2024 14:21:58 +0200 Subject: [PATCH] more heap --- zephyr/lib/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/lib/alloc.c b/zephyr/lib/alloc.c index d56d4f87be1d..0a6a2cdd91e7 100644 --- a/zephyr/lib/alloc.c +++ b/zephyr/lib/alloc.c @@ -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 */