aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Goldblatt <davidgoldblatt@fb.com>2020-09-16 14:03:59 -0700
committerDavid Goldblatt <davidtgoldblatt@gmail.com>2020-09-17 10:05:40 -0700
commit40cf71a06d07faadc03b81f97697826c53b3fa62 (patch)
tree72e2932f3465985db622904a5fc78d232876e885
parent36ebb5abe319d473c8535488e2dc1f4f0bc4e9d4 (diff)
downloadplatform_external_jemalloc_new-40cf71a06d07faadc03b81f97697826c53b3fa62.tar.gz
platform_external_jemalloc_new-40cf71a06d07faadc03b81f97697826c53b3fa62.tar.bz2
platform_external_jemalloc_new-40cf71a06d07faadc03b81f97697826c53b3fa62.zip
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.
-rw-r--r--INSTALL.md7
1 files changed, 0 insertions, 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=<lg-slab-maxregs>`
-
- Specify the maximum number of regions in a slab, which is
- (<lg-page> - <lg-tiny-min>) 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=<lg-vaddr>`
Specify the number of significant virtual address bits. By default, the