Skip to content

Commit

Permalink
Close #8, thx @hone
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec authored Apr 20, 2017
1 parent 3a4c8bf commit 3f76484
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ heroku buildpacks:add --index 1 https://github.com/mojodna/heroku-buildpack-jema
git push heroku master
```

If you're not seeing great results from Jemalloc 4.x, you can try Jemalloc 3.6 instead:

```bash
heroku buildpacks:add --index 1 https://github.com/mojodna/heroku-buildpack-jemalloc.git#v3.6.0
git push heroku master
```

Note that you can also use this syntax to lock your buildpack to a specific release.

## Building

This uses Docker to build against Heroku
Expand Down

0 comments on commit 3f76484

Please sign in to comment.