GreateCode commented on PR #2737:
URL: https://github.com/apache/brpc/pull/2737#issuecomment-2303538640

   > bazel编译,也是动态链接libjemalloc.so库吗
   
   不强制,和编译方式无关,只需profiler时能找到mallctl即可。
   
所以静态链接jemalloc时,不用LD_PRELOAD=/xxx/lib/libjemalloc.so,直接MALLOC_CONF="prof:true" 
bin/xxx。


-- 
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: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to