-
Notifications
You must be signed in to change notification settings - Fork 113
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
Error when setting LD_PRELOAD env variable #15
Comments
Which version of the Heroku stack was this? |
It's the |
I'm seeing the same issue on the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Came here after reading https://www.speedshop.co/2017/12/04/malloc-doubles-ruby-memory.html
This is after
heroku buildpacks:add --index 1 https://github.com/mojodna/heroku-buildpack-jemalloc.git
, setting the ENV variableLD_PRELOAD
to/app/vendor/jemalloc/lib/libjemalloc.so.1
and pushing a new commit.I'll switch to using
jemalloc.sh
instead.The text was updated successfully, but these errors were encountered: