brpc
brpc copied to clipboard
could brpc make IdTraits::MAX_ENTRIES/INIT_GC_SIZE a configurable option?
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?
CC @stdpain