-
-
Save lazybios/e7c021896d5acfaa6f867f82515bcdd7 to your computer and use it in GitHub Desktop.
Install ruby with rbenv and jemalloc on ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get install libjemalloc-dev | |
RUBY_CONFIGURE_OPTS='--with-jemalloc' rbenv install 2.6.3 | |
# test (look for jemalloc warnings) | |
MALLOC_CONF=invalid_flag:foo ruby -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment