Re: [PATCH RFC] slub: reap free slabs periodically
From: Christoph Lameter
Date: Fri Jun 10 2016 - 17:32:39 EST
One reason for SLUBs creation was the 2 second scans in SLAB which causes
significant disruption of latency sensitive tasksk.
You can simply implement a reaper in userspace by running
slabinfo -s
if you have to have this.
There is no need to duplicate SLAB problems.