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 ae79746 commit 8e85164Copy full SHA for 8e85164
doc/release-notes-26471.md
@@ -0,0 +1,13 @@
1
+Updated settings
2
+----------------
3
+
4
+- Setting `-blocksonly` will now reduce the maximum mempool memory
5
+ to 5MB (users may still use `-maxmempool` to override). Previously,
6
+ the default 300MB would be used, leading to unexpected memory usage
7
+ for users running with `-blocksonly` expecting it to eliminate
8
+ mempool memory usage.
9
10
+ As unused mempool memory is shared with dbcache, this also reduces
11
+ the dbcache size for users running with `-blocksonly`, potentially
12
+ impacting performance.
13
0 commit comments