Ruby images that includes Jemalloc
10K+
Code is hosted at: https://github.com/kaspergrubbe/grubruby-jemalloc, full changelog here: https://github.com/kaspergrubbe/grubruby-jemalloc/blob/master/CHANGELOG.md
GRUBRUBY_IMAGE_VERSION starts versioning 8001 to not be confused with Ruby patchlevels. To understand the versioning of these images, we use the following format:
RUBY_MAJOR.RUBY_MINOR.RUBY_MINOR.GRUBRUBY_IMAGE_VERSION
So if you download version 2.5.1.8001 you are getting Ruby-version 2.5.1 and version 8001 of Grubruby.
File locations for Jemalloc is:
/usr/local/lib/libjemalloc3.so/usr/local/lib/libjemalloc4.so/usr/local/lib/libjemalloc5.so/usr/local/lib/libjemalloc5_3.soTo use Jemalloc in your Dockerfile, pick a version, and use ENV LD_PRELOAD:
ENV LD_PRELOAD=/usr/local/lib/libjemalloc5.so
Go here for the full changelog and releases: https://github.com/kaspergrubbe/grubruby-jemalloc/blob/master/CHANGELOG.md
Content type
Image
Digest
sha256:490335cfb…
Size
81.8 MB
Last updated
about 1 month ago
docker pull kaspergrubbe/grubruby-jemalloc:3.2.0.9046