Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added to many telemetry channels? #3159

Open
Gonta01 opened this issue Jan 24, 2025 · 2 comments
Open

Added to many telemetry channels? #3159

Gonta01 opened this issue Jan 24, 2025 · 2 comments

Comments

@Gonta01
Copy link

Gonta01 commented Jan 24, 2025

I added a lot of telemetry channels to my component and as a result the following assert fails inside TlmChan.cpp:

Image

Could somebody give recommendations on how properly resolve this issue? Can I increase possible amount of telemetry or I should just accept limitations?

@zimri-leisher
Copy link
Collaborator

Yep! It's easy to increase this number. All you have to do is modify the fprime_config/TlmChanImplCfg.hpp file:

Image

Change the TLMCHAN_HASH_BUCKETS constant to a larger number. The only penalty is that your application takes up more memory.

@zimri-leisher
Copy link
Collaborator

Also @LeStarch recommend moving this to discussion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants