File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,21 @@ report issues about Windows XP to the issue tracker.
41
41
Notable changes
42
42
===============
43
43
44
- Example item
45
- ----------------
44
+ Database cache memory increased
45
+ --------------------------------
46
+
47
+ As a result of growth of the UTXO set, performance with the prior default
48
+ database cache of 100 MiB has suffered.
49
+ For this reason the default was changed to 300 MiB in this release.
50
+
51
+ For nodes on low-memory systems, the database cache can be changed back to
52
+ 100 MiB (or to another value) by either:
53
+
54
+ - Adding ` dbcache=100 ` in bitcoin.conf
55
+ - Changing it in the GUI under ` Options → Size of database cache `
46
56
57
+ Note that the database cache setting has the most performance impact
58
+ during initial sync of a node, and when catching up after downtime.
47
59
48
60
bitcoin-cli: arguments privacy
49
61
--------------------------------
You can’t perform that action at this time.
0 commit comments