Files
scoutfs/kmod
Zach Brown fd509840d4 scoutfs: use pages for seg shrink object count
The VM wasn't very excited about trying to reclaim our seg count when we
returned small count of the number of large segment objects available
for reclaim.  Each segment represents a ton of memory so we want to give
the VM more visibility into the scale of the cache to encourage it to
shrink it.  We define the object count for the seg shrinker as the
number of pages of segments in the lru.

Signed-off-by: Zach Brown <zab@versity.com>
2017-09-28 13:59:49 -07:00
..
2017-07-19 13:30:03 -07:00