You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the team maintaining this buildpack have any interest in a PR to install jemalloc by default / set a LD_PRELOAD env variable w/ this buildpack? It seems like a more sensible default to include (especially since the latest versions of Rails are shipping w/ it installed via Docker):
I'm possibly interested in exploring doing something with jemalloc, but I think there are more caveats than that PR you linked to would lead you to believe. (Or at least I remember there being some caveats last time I looked into it).
I wouldn't do it here. I would do it on https://github.com/heroku/buildpacks-ruby which is the future. The path forward would look like: Making our own jemalloc buildpack, and then optionally requiring it to run before heroku/ruby based on some detection logic and making it disable-able as well.
Does the team maintaining this buildpack have any interest in a PR to install jemalloc by default / set a
LD_PRELOAD
env variable w/ this buildpack? It seems like a more sensible default to include (especially since the latest versions of Rails are shipping w/ it installed via Docker):https://github.com/rails/rails/pull/50943/files
The text was updated successfully, but these errors were encountered: