mirror of
https://github.com/matrix-construct/construct
synced 2025-02-16 08:40:11 +01:00
Update jemalloc option section.
parent
e95d79657f
commit
ddddc1b9bb
1 changed files with 2 additions and 5 deletions
7
BUILD.md
7
BUILD.md
|
@ -137,15 +137,12 @@ any alternative to the default standard library allocator specify this option.
|
||||||
#### Enable third-party dynamic allocator libraries
|
#### Enable third-party dynamic allocator libraries
|
||||||
|
|
||||||
Currently:
|
Currently:
|
||||||
|
|
||||||
```
|
```
|
||||||
--enable-jemalloc
|
--disable-jemalloc
|
||||||
```
|
```
|
||||||
|
|
||||||
`./configure` will detect alternative `malloc()` implementations found in
|
`./configure` will detect alternative `malloc()` implementations found in
|
||||||
libraries installed on the system (jemalloc/tcmalloc/etc). Construct developers
|
libraries installed on the system (jemalloc/tcmalloc/etc). These are recommended for best performance.
|
||||||
may not enable these to be configured by default, falling back on the default
|
|
||||||
allocator. To always use one of the alternative allocators use one option here.
|
|
||||||
|
|
||||||
|
|
||||||
#### Logging level
|
#### Logging level
|
||||||
|
|
Loading…
Add table
Reference in a new issue