We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b95a19 commit f33afd3Copy full SHA for f33afd3
src/txdb.h
@@ -26,7 +26,7 @@ static constexpr int DB_PEAK_USAGE_FACTOR = 2;
26
//! No need to flush if at least this much space still available.
27
static constexpr int MAX_BLOCK_COINSDB_USAGE = 100 * DB_PEAK_USAGE_FACTOR;
28
//! -dbcache default (MiB)
29
-static const int64_t nDefaultDbCache = 600;
+static const int64_t nDefaultDbCache = 450;
30
//! max. -dbcache (MiB)
31
static const int64_t nMaxDbCache = sizeof(void*) > 4 ? 16384 : 1024;
32
//! min. -dbcache (MiB)
0 commit comments