Add feature toggles to tune leveldb performance
We've seen an increase in Memory.Browser.PrivateMemoryFootprint that is suspected to be caused by leveldb use for sync purposes, which is more common the more datatypes are migrated to USS. In order to tune leveldb's memory usage and confirm that recent regressions are caused by sync, various feature toggles are introduced. By default, there is no behavioral differences. Bug: 887068 Change-Id: Idada6be78a39db7ef04ee582ca01b8ed0c427838 Reviewed-on: https://chromium-review.googlesource.com/1257912Reviewed-by:Pavel Yatsuk <pavely@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#596296}
Showing
Please register or sign in to comment