Skip to content

Commit 3f76484

Browse files
authored
Close #8, thx @hone
1 parent 3a4c8bf commit 3f76484

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ heroku buildpacks:add --index 1 https://github.com/mojodna/heroku-buildpack-jema
2626
git push heroku master
2727
```
2828

29+
If you're not seeing great results from Jemalloc 4.x, you can try Jemalloc 3.6 instead:
30+
31+
```bash
32+
heroku buildpacks:add --index 1 https://github.com/mojodna/heroku-buildpack-jemalloc.git#v3.6.0
33+
git push heroku master
34+
```
35+
36+
Note that you can also use this syntax to lock your buildpack to a specific release.
37+
2938
## Building
3039

3140
This uses Docker to build against Heroku

0 commit comments

Comments
 (0)