Skip to content

Commit efd1d83

Browse files
committed
doc: Mention dbcache increase in release notes
1 parent 32cab91 commit efd1d83

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

doc/release-notes.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,21 @@ report issues about Windows XP to the issue tracker.
4141
Notable changes
4242
===============
4343

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`
4656

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.
4759

4860
bitcoin-cli: arguments privacy
4961
--------------------------------

0 commit comments

Comments
 (0)