All of lore.kernel.org
 help / color / mirror / Atom feed
* obsolete option freelist_percent in documentation / question
@ 2015-08-17  9:01 Ronald van Zantvoort
  0 siblings, 0 replies; only message in thread
From: Ronald van Zantvoort @ 2015-08-17  9:01 UTC (permalink / raw)
  To: linux-bcache@vger.kernel.org

Hi all,


https://www.kernel.org/doc/Documentation/bcache.txt reports

freelist_percent
   Size of the freelist as a percentage of nbuckets. Can be written to to
   increase the number of buckets kept on the freelist, which lets you
   artificially reduce the size of the cache at runtime. Mostly for testing
   purposes (i.e. testing how different size caches affect your hit 
rate), but
   since buckets are discarded when they move on to the freelist will 
also make
   the SSD's garbage collection easier by effectively giving it more 
reserved
   space.


However, on dec. 17, 2013, the allocator reserves got reworked and this 
option disappeared.

We're currently rolling out bcache on a number of older Intel SSD's 
which are notoriously bad on the GC part; they practically *need* a big 
chunk of reserved space to function properly.

Of course we could go with a HPA or a smaller partition, but it'd be 
much more elegant to do this from within bcache itself; so is this still 
possible , now that this option obviously no longer exists, and if so, how?

Thanks in advance!

Ronald

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-17  9:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-17  9:01 obsolete option freelist_percent in documentation / question Ronald van Zantvoort

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.