default number of arenas is currently 4
This commit is contained in:
parent
08a5f5ee0b
commit
fc0bd78215
@ -306,7 +306,7 @@ The following integer configuration options are available:
|
|||||||
number of slots in the random array used to randomize free slab reuse.
|
number of slots in the random array used to randomize free slab reuse.
|
||||||
* `CONFIG_CLASS_REGION_SIZE`: `34359738368` (default) to control the size of
|
* `CONFIG_CLASS_REGION_SIZE`: `34359738368` (default) to control the size of
|
||||||
the size class regions.
|
the size class regions.
|
||||||
* `CONFIG_N_ARENA`: `1` (default) to control the number of arenas
|
* `CONFIG_N_ARENA`: `4` (default) to control the number of arenas
|
||||||
* `CONFIG_STATS`: `false` (default) to control whether stats on allocation /
|
* `CONFIG_STATS`: `false` (default) to control whether stats on allocation /
|
||||||
deallocation count and active allocations are tracked. See the [section on
|
deallocation count and active allocations are tracked. See the [section on
|
||||||
stats](#stats) for more details.
|
stats](#stats) for more details.
|
||||||
|
Loading…
Reference in New Issue
Block a user