yaffs Tweak gc parameters
authorCharles Manning <cdhmanning@gmail.com>
Thu, 19 Aug 2010 04:00:15 +0000 (16:00 +1200)
committerCharles Manning <cdhmanning@gmail.com>
Thu, 19 Aug 2010 04:00:15 +0000 (16:00 +1200)
This will reduce unnecessary garbace collection by limiting in-thread garbage
collection to when the garbage > 3/4 of the free space.

This should push more gc into background and make the write path faster.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>

No differences found