Skip to content

Instantly share code, notes, and snippets.

@zonomasa
Last active July 30, 2025 15:24
Show Gist options
  • Select an option

  • Save zonomasa/481b7534594414b47723 to your computer and use it in GitHub Desktop.

Select an option

Save zonomasa/481b7534594414b47723 to your computer and use it in GitHub Desktop.
Install jemalloc on Mac OSX
$ git clone [email protected]:jemalloc/jemalloc.git
$ autoconf
$ ./configure
$ make
$ make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment