From ddddc1b9bb3337b05051d95942575e7ea01684de Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 12 Jun 2020 22:50:21 -0700 Subject: [PATCH] Update jemalloc option section. --- BUILD.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/BUILD.md b/BUILD.md index 11742b7..bbda69e 100644 --- a/BUILD.md +++ b/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