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
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).
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 \
The text was updated successfully, but these errors were encountered: