mirror of https://github.com/bitcoin/bitcoin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
496 B
14 lines
496 B
2 years ago
|
Updated settings
|
||
|
----------------
|
||
|
|
||
|
- Setting `-blocksonly` will now reduce the maximum mempool memory
|
||
|
to 5MB (users may still use `-maxmempool` to override). Previously,
|
||
|
the default 300MB would be used, leading to unexpected memory usage
|
||
|
for users running with `-blocksonly` expecting it to eliminate
|
||
|
mempool memory usage.
|
||
|
|
||
|
As unused mempool memory is shared with dbcache, this also reduces
|
||
|
the dbcache size for users running with `-blocksonly`, potentially
|
||
|
impacting performance.
|
||
|
|