Skip to content

Commit

Permalink
reduce cyphal heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Oct 2, 2024
1 parent 9b19249 commit a9b79da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cyphalNode/cyphal.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
namespace cyphal {

#ifndef CYPHAL_HEAP_SIZE
#define CYPHAL_HEAP_SIZE (1024*10)
#define CYPHAL_HEAP_SIZE (1024*8)
#endif

inline constexpr size_t HEAP_SIZE = CYPHAL_HEAP_SIZE;
Expand Down

0 comments on commit a9b79da

Please sign in to comment.