Added to many telemetry channels? #3161
-
I added a lot of telemetry channels to my component and as a result the following assert fails inside TlmChan.cpp: Could somebody give recommendations on how properly resolve this issue? Can I increase possible amount of telemetry or I should just accept limitations? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Yep! It's easy to increase this number. All you have to do is modify the Change the |
Beta Was this translation helpful? Give feedback.
-
Also @LeStarch recommend moving this to discussion |
Beta Was this translation helpful? Give feedback.
-
@zimri-leisher thank you for your answer. |
Beta Was this translation helpful? Give feedback.
-
I went ahead and moved it for you! |
Beta Was this translation helpful? Give feedback.
Yep! It's easy to increase this number. All you have to do is modify the
fprime_config/TlmChanImplCfg.hpp
file:Change the
TLMCHAN_HASH_BUCKETS
constant to a larger number. The only penalty is that your application takes up more memory.