From 5937fc027fc157ce9657f0476cbf61b5a2ad3415 Mon Sep 17 00:00:00 2001 From: andrewtoth Date: Wed, 11 Dec 2019 02:33:15 +0000 Subject: [PATCH] Increase dbcache by 10% due to 0.19 improvements (#100) From https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.19.0.1.md: >Users setting custom dbcache values can increase their setting slightly without using any more real memory. Recent changes reduced the memory use by about 9% and made chainstate accounting more accurate (it was underestimating the use of memory before). For example, if you set a value of "450" before, you may now set a value of "500" to use about the same real amount of memory. (#16957) --- rootfs/standard/usr/share/mynode/bitcoin.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/standard/usr/share/mynode/bitcoin.conf b/rootfs/standard/usr/share/mynode/bitcoin.conf index bfb01775..4ed23ea8 100644 --- a/rootfs/standard/usr/share/mynode/bitcoin.conf +++ b/rootfs/standard/usr/share/mynode/bitcoin.conf @@ -26,7 +26,7 @@ zmqpubrawblock=tcp://127.0.0.1:28332 zmqpubrawtx=tcp://127.0.0.1:28333 # myNode Optimizations -dbcache=700 +dbcache=770 maxorphantx=10 maxmempool=200 maxconnections=40 @@ -40,4 +40,4 @@ bind=127.0.0.1 # Tor only (default) onlynet=onion dnsseed=0 -dns=0 \ No newline at end of file +dns=0