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)
This commit is contained in:
parent
9ad721551a
commit
5937fc027f
|
@ -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
|
||||
dns=0
|
||||
|
|
Loading…
Reference in New Issue
Block a user