diff --git a/src/txdb.h b/src/txdb.h index 573048c8b..d185c56ed 100644 --- a/src/txdb.h +++ b/src/txdb.h @@ -59,7 +59,7 @@ class uint256; //! No need to periodic flush if at least this much space still available. static constexpr int MAX_BLOCK_COINSDB_USAGE = 10; //! -dbcache default (MiB) -static const int64_t nDefaultDbCache = 4096; +static const int64_t nDefaultDbCache = 800; //! -dbbatchsize default (bytes) static const int64_t nDefaultDbBatchSize = 16 << 20; //! max. -dbcache (MiB)