jemalloc
#444
Replies: 2 comments
|
Assuming you're using Homebrew, first make sure to install Jemalloc. brew install jemallocThen add ruby-install --update ruby-3.2 -- --with-jemalloc |
0 replies
|
Thanks Shannon
… On Apr 5, 2023, at 14:45, Shannon Skipper ***@***.***> wrote:
Assuming you're using Homebrew, first make sure to install Jemalloc.
brew install jemalloc
Then add -- --with-jemalloc following your ruby-install command, like shown in the ruby-3.2 example below.
ruby-install --update ruby-3.2 -- --with-jemalloc
—
Reply to this email directly, view it on GitHub <#444 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AZ5VGAYJPN5IVU5R7TEPBQLW7W4UDANCNFSM6AAAAAAVUMN5LY>.
You are receiving this because you authored the thread.
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
On macOS, how do I install ruby with jemalloc?
All reactions