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

如何知道已成功使用 jemalloc #354

Closed
ryanc4 opened this issue Dec 10, 2013 · 2 comments
Closed

如何知道已成功使用 jemalloc #354

ryanc4 opened this issue Dec 10, 2013 · 2 comments

Comments

@ryanc4
Copy link

ryanc4 commented Dec 10, 2013

已成功使用了--with-jemalloc=/path/to/jemalloc/source/dir 編譯,但如何知道已使用中?

@yzprofile
Copy link
Member

可以通过ldd查看二进制文件是否依赖libjemalloc

@ryanc4
Copy link
Author

ryanc4 commented Dec 12, 2013

已找到方法,不是 ldd, 因為 jemalloc 是 static link, 要用

grep jemalloc nginx 
Binary file nginx matches

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