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

jmalloc is not being used #1

Closed
grosser opened this issue Mar 23, 2018 · 1 comment
Closed

jmalloc is not being used #1

grosser opened this issue Mar 23, 2018 · 1 comment

Comments

@grosser
Copy link

grosser commented Mar 23, 2018

FYI just tried this and jmalloc is not active ... so kinda useless

ruby -r rbconfig -e "RbConfig::CONFIG['LIBS'].include?('jemalloc') ? puts('Ruby is compiled with jemalloc') : warn('JEMALLOC IS MISSING FROM RUBY')"

also FYI virtual apk packages help cleaning up apk add --update --no-cache --virtual ruby-dependencies foo bar + apk del ruby-dependencies \

@cblunt
Copy link
Owner

cblunt commented Mar 23, 2018

Thanks for letting me know. I'm going to update the readme to deprecate this repo as I now recommend using the official ruby alpine images (e.g. docker pull ruby:2.4-alpine).

There is a pull request to add jemalloc support to the official images, although it looks like alpine is not an option due to a bug with ruby/alpine/jemalloc.

@cblunt cblunt closed this as completed Mar 23, 2018
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