Lower default memory footprint slightly

Github-Pull: #10133
Rebased-From: f33afd3b2b
This commit is contained in:
Alex Morcos 2017-03-31 10:25:39 -04:00 committed by Wladimir J. van der Laan
parent ab864d3e49
commit d6867689d1
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

@ -26,7 +26,7 @@ static constexpr int DB_PEAK_USAGE_FACTOR = 2;
//! No need to flush if at least this much space still available.
static constexpr int MAX_BLOCK_COINSDB_USAGE = 100 * DB_PEAK_USAGE_FACTOR;
//! -dbcache default (MiB)
static const int64_t nDefaultDbCache = 600;
static const int64_t nDefaultDbCache = 450;
//! max. -dbcache (MiB)
static const int64_t nMaxDbCache = sizeof(void*) > 4 ? 16384 : 1024;
//! min. -dbcache (MiB)