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

could brpc make IdTraits::MAX_ENTRIES/INIT_GC_SIZE a configurable option? #2693

Open
BiteTheDDDDt opened this issue Jul 15, 2024 · 1 comment

Comments

@BiteTheDDDDt
Copy link

I encountered the problem that brpc would report eagain error. After trying to change the MAX_ENTRIES of TidTraits from 65536 to 655360, the problem no longer occurred.

I noticed that MAX_ENTRIES and INIT_GC_SIZE of TidTraits are set to the same size. Does this mean that GC will never be triggered? Should MAX_ENTRIES or INIT_GC_SIZE be made configurable?
图片

@chenBright
Copy link
Contributor

CC @stdpain

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