Skip to content

Commit 9f4c1db

Browse files
committed
dyno -> container
1 parent 53aabad commit 9f4c1db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ https://github.com/Scalingo/ruby-buildpack.git
2323
### Recommended
2424

2525
Set the JEMALLOC_ENABLED config option to true and jemalloc will be used for
26-
all commands run inside of your dynos.
26+
all commands run inside of your containers.
2727

2828
```console
2929
scalingo env-set JEMALLOC_ENABLED=true
3030
```
3131

32-
### Per dyno
32+
### Per container
3333

34-
To control when jemalloc is configured on a per dyno basis use
34+
To control when jemalloc is configured on a per container basis use
3535
`jemalloc.sh <cmd>` and ensure that JEMALLOC_ENABLED is unset.
3636

3737
Example Procfile:

0 commit comments

Comments
 (0)