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 53aabad commit 9f4c1dbCopy full SHA for 9f4c1db
README.md
@@ -23,15 +23,15 @@ https://github.com/Scalingo/ruby-buildpack.git
23
### Recommended
24
25
Set the JEMALLOC_ENABLED config option to true and jemalloc will be used for
26
-all commands run inside of your dynos.
+all commands run inside of your containers.
27
28
```console
29
scalingo env-set JEMALLOC_ENABLED=true
30
```
31
32
-### Per dyno
+### Per container
33
34
-To control when jemalloc is configured on a per dyno basis use
+To control when jemalloc is configured on a per container basis use
35
`jemalloc.sh <cmd>` and ensure that JEMALLOC_ENABLED is unset.
36
37
Example Procfile:
0 commit comments