Add log of higher than expected ratio of cache sizes

Warn at startup if this ratio is high.  Not sure how snapshots will perform if there are a lot of ledger cache sin the list.  However, it should still work.  basic_SUITE/load_count test intended to demonstrate that a large ratio is still functional
This commit is contained in:
Martin Sumner 2019-01-14 16:11:04 +00:00
parent c060c0e41d
commit a4d89ad6d1
2 changed files with 17 additions and 0 deletions

View file

@ -75,6 +75,9 @@
{"B0019",
{warn, "Use of book_indexfold with constraint of Bucket ~w with "
++ "no StartKey is deprecated"}},
{"B0020",
{warn, "Ratio of penciller cache size ~w to bookie's memory "
++ "cache size ~w is larger than expected"}},
{"R0001",
{debug, "Object fold to process batch of ~w objects"}},