@@ -62,7 +62,7 @@ Set this to select or pin to a specific version of jemalloc. The default is to
62
62
use the latest stable version if this is not set. You will receive an error
63
63
mentioning tar if the version does not exist.
64
64
65
- ** Default** : ` 5.1 .0 `
65
+ ** Default** : ` 5.2 .0 `
66
66
67
67
** note:** This setting is only used during slug compilation. Changing it will
68
68
require a code change to be deployed in order to take affect.
@@ -73,17 +73,18 @@ scalingo env-set JEMALLOC_VERSION=3.6.0
73
73
74
74
#### Available Versions
75
75
76
- | Version |
77
- | ------- |
78
- | 3.6.0 |
79
- | 4.0.4 |
80
- | 4.1.1 |
81
- | 4.2.1 |
82
- | 4.3.1 |
83
- | 4.4.0 |
84
- | 4.5.0 |
85
- | 5.0.1 |
86
- | 5.1.0 |
76
+ | Version |
77
+ | ---------------------------------------------------------------- |
78
+ | [ 3.6.0] ( https://github.com/jemalloc/jemalloc/releases/tag/3.6.0 ) |
79
+ | [ 4.0.4] ( https://github.com/jemalloc/jemalloc/releases/tag/4.0.4 ) |
80
+ | [ 4.1.1] ( https://github.com/jemalloc/jemalloc/releases/tag/4.1.1 ) |
81
+ | [ 4.2.1] ( https://github.com/jemalloc/jemalloc/releases/tag/4.2.1 ) |
82
+ | [ 4.3.1] ( https://github.com/jemalloc/jemalloc/releases/tag/4.3.1 ) |
83
+ | [ 4.4.0] ( https://github.com/jemalloc/jemalloc/releases/tag/4.4.0 ) |
84
+ | [ 4.5.0] ( https://github.com/jemalloc/jemalloc/releases/tag/4.5.0 ) |
85
+ | [ 5.0.1] ( https://github.com/jemalloc/jemalloc/releases/tag/5.0.1 ) |
86
+ | [ 5.1.0] ( https://github.com/jemalloc/jemalloc/releases/tag/5.1.0 ) |
87
+ | [ 5.2.0] ( https://github.com/jemalloc/jemalloc/releases/tag/5.2.0 ) |
87
88
88
89
The complete and most up to date list of supported versions and stacks is
89
90
available on the [ releases page.] ( https://github.com/Scalingo/jemalloc-buildpack/releases )
@@ -105,7 +106,7 @@ This uses Docker to build against Scalingo
105
106
[ stack-image] ( https://doc.scalingo.com/platform/internals/base-docker-image#top-of-page ) -like images.
106
107
107
108
``` console
108
- make VERSION=5.1 .0
109
+ make VERSION=5.2 .0
109
110
```
110
111
111
112
Artifacts will be dropped in ` dist/ ` based on Scalingo stack and jemalloc version.
0 commit comments