wengduo opened a new issue #1628: URL: https://github.com/apache/incubator-brpc/issues/1628
将main.cpp里面对象池初始化的代码注释掉后cpu profile可以显示,不注释就显示不了,web页面也没有报任何错误,服务会重启。如果不跑cpu profile,服务处理可以正常处理请求。 **To Reproduce (复现方法)** 我们的对象池占内存比较大,是作为ctx用的,将其存在stack里面,每次请求从里面拿一个,是不是内存过大导致的?能帮解答下吗?谢谢~ **Expected behavior (期望行为)** **Versions (各种版本)** OS: Compiler: brpc: protobuf: **Additional context/screenshots (更多上下文/截图)** -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
