Document that the MALLOC_CONF env var might be prefixed
This commit is contained in:
parent
cd2d373c20
commit
01b2dc8923
|
@ -96,7 +96,8 @@ hyphens `-` are replaced with underscores `_`(see
|
|||
* `JEMALLOC_SYS_WITH_MALLOC_CONF=<malloc_conf>`: Embed `<malloc_conf>` as a
|
||||
run-time options string that is processed prior to the `malloc_conf` global
|
||||
variable, the `/etc/malloc.conf` symlink, and the `MALLOC_CONF` environment
|
||||
variable. For example, to change the default decay time to 30 seconds:
|
||||
variable (note: this variable might be prefixed as `_RJEM_MALLOC_CONF`). For
|
||||
example, to change the default decay time to 30 seconds:
|
||||
|
||||
```
|
||||
JEMALLOC_SYS_WITH_MALLOC_CONF=decay_ms:30000
|
||||
|
|
Loading…
Reference in New Issue