We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d6b8b commit 9a655daCopy full SHA for 9a655da
components/shared_memory/src/shared_memory.c
@@ -3,7 +3,7 @@
3
#include <stdio.h>
4
5
// Total shared memory size - can be tuned based on needs
6
-#define TOTAL_MEMORY_SIZE (150 * 1024) // 256KB total shared memory
+#define TOTAL_MEMORY_SIZE (145 * 1024) // 256KB total shared memory
7
8
// Aligned memory pool
9
static uint8_t memory_pool_[TOTAL_MEMORY_SIZE] __attribute__((aligned(32)));
0 commit comments