Files
scoutfs/kmod
Zach Brown c7c8969704 scoutfs: adjust bloom size for segment item max
The bloom filter was much too large for the current typical limit on the
number of items that fit in a segment.  Having them too large decreases
storage efficiency, has us read more data from a cold cache, and bloom
tests pin too much data.

We can cut it down to 25% for our current segment and item sizes.

Signed-off-by: Zach Brown <zab@versity.com>
2016-03-29 10:08:37 -07:00
..
2016-02-05 14:12:14 -08:00
2016-03-24 21:45:08 -07:00