We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4c8bf commit 3f76484Copy full SHA for 3f76484
README.md
@@ -26,6 +26,15 @@ heroku buildpacks:add --index 1 https://github.com/mojodna/heroku-buildpack-jema
26
git push heroku master
27
```
28
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
38
## Building
39
40
This uses Docker to build against Heroku
0 commit comments