-
Notifications
You must be signed in to change notification settings - Fork 78
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
Invalid conf pair: prof:true #41
Comments
Thanks for reporting the issue! The quickest workaround would be to fork the buildpack and add the I'm open to adding |
Hey thanks for the response. I confirmed that adding We actually dont use jemalloc in production at the moment so i cant give any numbers to show a performance impact yet. fwiw I found this discussion from the jemalloc mailing list:
let me know what you prefer |
one other tangent - jemalloc's profiling tool
but the powerful thing is to create the graphs using the in order to create these types of images, the |
Problem
I am trying to do some heap profiling on our application through jemalloc using all of the various prof options similar to the Heap Profiling UseCase on the jemalloc wiki.
Looking through some code it does not build jemalloc with the
--enable-prof
flag. Which is why I am guessing its not working for me.heroku-buildpack-jemalloc/bin/compile
Lines 93 to 94 in b393799
Curious if you have any advice for how to get the profiling tools to work or plans to allow for additional configuration options to maybe be passed as environment variables
Logs
The text was updated successfully, but these errors were encountered: