From 4ae9a10ada95ab8c1ab01472948d348d9538f3bb Mon Sep 17 00:00:00 2001 From: Andrew Toth Date: Sat, 28 Feb 2026 10:44:25 -0500 Subject: [PATCH] doc: add release notes for dbcache bump --- doc/release-notes-34692.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/release-notes-34692.md diff --git a/doc/release-notes-34692.md b/doc/release-notes-34692.md new file mode 100644 index 00000000000..0336dfaf99e --- /dev/null +++ b/doc/release-notes-34692.md @@ -0,0 +1,6 @@ +## Updated settings + +- The default `-dbcache` value has been increased to `1024` MiB from `450` MiB + on systems where at least `4096` MiB of RAM is detected. + This is a performance increase, but will use more memory. + To maintain the previous behaviour, set `-dbcache=450`.