mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-26 09:03:33 +03:00
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.
This commit is contained in:
parent
36ebb5abe3
commit
40cf71a06d
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
configuration, jemalloc will provide additional size classes that are not
|
||||||
16-byte-aligned (24, 40, and 56).
|
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>`
|
* `--with-lg-vaddr=<lg-vaddr>`
|
||||||
|
|
||||||
Specify the number of significant virtual address bits. By default, the
|
Specify the number of significant virtual address bits. By default, the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue