Closed chenBright closed 2 months ago
LGTM
有遇到过,这样设置之后,只要有流量,内存一致上涨OOM的情况吗 rpc_options.rpc_pb_message_factory = brpc::GetArenaRpcPBMessageFactory<1024, 128 * 1024>();
@sikey647 试试#2798
@sikey647试试#2798
@chenBright 哦,看着应该可以了。 昨天看代码排查时候,感觉可能是arena直接放入对象池导致的,后来直接改成new/delete验证了下,看着是ok的。上午按你给的pr更新了下,目前观察看着是ok的
@sikey647 #2798 已经合入了,可以更新一下master使用。
What problem does this PR solve?
Issue Number: resolve #535
Problem Summary:
What is changed and the side effects?
Changed:
Side effects:
Performance effects(性能影响):
Breaking backward compatibility(向后兼容性):
Check List: