Skip to content

Instantly share code, notes, and snippets.

@DmitriyLyalyuev
Created November 17, 2019 12:29
Show Gist options
  • Save DmitriyLyalyuev/91a8ff041691a8f5688b2ad50a8f0ea1 to your computer and use it in GitHub Desktop.
Save DmitriyLyalyuev/91a8ff041691a8f5688b2ad50a8f0ea1 to your computer and use it in GitHub Desktop.
Install ruby via rbenv with jemalloc
sudo apt install libjemalloc-dev
sudo su - deployer
cd /home/deployer/.rbenv/plugins/ruby-build && git pull && cd -
CONFIGURE_OPTS="--with-jemalloc" rbenv install 2.6.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment