From 40cf71a06d07faadc03b81f97697826c53b3fa62 Mon Sep 17 00:00:00 2001 From: David Goldblatt Date: Wed, 16 Sep 2020 14:03:59 -0700 Subject: [PATCH] Remove --with-slab-maxregs options from INSTALL.md The variable slab sizes feature is still experimental; we don't want people to start using it willy-nilly, or document its existence as a guarantee. --- INSTALL.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 2aaa33e1..eb55acfd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -250,13 +250,6 @@ any of the following arguments (not a definitive list) to 'configure': configuration, jemalloc will provide additional size classes that are not 16-byte-aligned (24, 40, and 56). -* `--with-lg-slab-maxregs=` - - Specify the maximum number of regions in a slab, which is - ( - ) by default. This increases the limit of slab - sizes specified by "slab_sizes" in malloc_conf. This should never be less - than the default value. - * `--with-lg-vaddr=` Specify the number of significant virtual address bits. By default, the