I wrote a kernel module that creates a zone, allocates and frees ~2 million items,
and then destroys the zone to trigger reclamation. With a slab size of 4096,
uma_zdestroy() takes about half a second to complete, whereas with a slab size
of 8192 it takes about 16 seconds.