]> git.proxmox.com Git - mirror_spl.git/commit
Decrease target objects per slab
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 30 Mar 2011 05:38:53 +0000 (22:38 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 7 Apr 2011 03:06:03 +0000 (20:06 -0700)
commit83150861e610701d44510816e2062bcf407f51ab
treea23e4cc4f59881d7faafce6254004ba2fc5b8dac
parent3336e29cc2e328c6e665de9f4563aa8a4b874194
Decrease target objects per slab

By decreasing the number of target objects per slab we increase
the likelyhood that a slab can be freed.  This reduces the level
of fragmentation in the slab which has been observed to be a
problem for certain workloads.  The penalty for this is that we
also decrease the speed which need objects can be allocated.
include/sys/kmem.h