We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fccc4f commit eb20155Copy full SHA for eb20155
libcyphal_demo/src/application.cpp
@@ -23,7 +23,7 @@
23
namespace
24
{
25
26
-constexpr std::size_t HeapSize = 16ULL * 1024ULL;
+constexpr std::size_t HeapSize = 32ULL * 1024ULL;
27
alignas(O1HEAP_ALIGNMENT) std::array<cetl::byte, HeapSize> s_heap_arena{}; // NOLINT
28
29
constexpr std::size_t BlockHeapSize = 128ULL * 1024ULL;
0 commit comments