DescriptionIndexedDB: Limit the size of a leveldb write buffer to minimize disk space.
IndexedDB uses leveldb's default write buffer size of 4MB. This is usually
sufficient, but for space constrained devices, like Chromecast, this can
limit the amount of usable space because compaction requires double the
table space plus the logfile. Limiting the write buffer size reduces the
logfile size.
BUG=637847
Committed: https://crrev.com/edb3be685d259c8a42dfaeb1b87f7a32707dc28a
Cr-Commit-Position: refs/heads/master@{#412671}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Eliminated overloaded WriteBufferSize. #
Messages
Total messages: 13 (5 generated)
|