Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set spl_kmem_cache_slab_limit=16384 to default
For small objects the Linux slab allocator should be used to make the most efficient use of the memory. However, large objects are not supported by the Linux slab and therefore the SPL implementation is preferred. A cutoff of 16K was determined to be optimal for architectures using 4K pages. Signed-off-by: Brian Behlendorf <[email protected]> Signed-off-by: DHE <[email protected]> Issue #356 Closes #379
- Loading branch information