Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use -dbcache for BDB anymore #2422

Merged
merged 1 commit into from Mar 31, 2013
Merged

Don't use -dbcache for BDB anymore #2422

merged 1 commit into from Mar 31, 2013

Commits on Mar 29, 2013

  1. Don't use -dbcache for BDB anymore

    -dbcache was originally used to set the maximum buffer size in the
    BDB environment, and was later changed to set the chainstate cache
    and leveldb caches. No need to use it for BDB now that only the
    wallet remains there.
    
    This should reduce memory allocation (but not necessarily memory
    usage) a bit.
    sipa committed Mar 29, 2013
    Copy the full SHA
    2e3c76b View commit details
    Browse the repository at this point in the history