HomePhabricator

Reduce maximum coinscache size during verification
ea100c73fae8Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Reduce maximum coinscache size during verification

Due to growing coinsviewcaches, the memory usage with checklevel=3
(and standard settings for dbcache) could be up to 500MiB on a
64-bit system. This is about twice the peak during reindexing,
unnecessarily extending bitcoind's memory envelope.

This commit reduces the maximum total size of the caches used during
verification to just nCoinCacheSize, which should be the limit.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Aug 11 2014, 06:43
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGf5d99075bfe5: Merge pull request #4635
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rSTAGINGea100c73fae8: Reduce maximum coinscache size during verification (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Aug 11 2014, 06:43