mirror of
https://github.com/matrix-construct/construct
synced 2024-11-21 17:31:21 +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
|
||||
|
||||
Currently:
|
||||
|
||||
```
|
||||
--enable-jemalloc
|
||||
--disable-jemalloc
|
||||
```
|
||||
|
||||
`./configure` will detect alternative `malloc()` implementations found in
|
||||
libraries installed on the system (jemalloc/tcmalloc/etc). Construct developers
|
||||
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.
|
||||
libraries installed on the system (jemalloc/tcmalloc/etc). These are recommended for best performance.
|
||||
|
||||
|
||||
#### Logging level
|
||||
|
|
Loading…
Reference in a new issue