From dac30f0b38be101be4922a11f3dd33f50c0317d4 Mon Sep 17 00:00:00 2001 From: claylock Date: Thu, 26 Oct 2023 18:15:47 +0000 Subject: [PATCH] Edited ch03_bitcoin-core.adoc with Atlas code editor --- ch03_bitcoin-core.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/ch03_bitcoin-core.adoc b/ch03_bitcoin-core.adoc index dcbf87ca..9c4db757 100644 --- a/ch03_bitcoin-core.adoc +++ b/ch03_bitcoin-core.adoc @@ -501,6 +501,7 @@ the minimum amount of space mentioned in the +datadir+ option. programmatically retrieve any transaction by its ID provided that the block containing that transaction hasn't been pruned. +[role="less_space pagebreak-before"] ++dbcache++:: The size((("dbcache option (bitcoind command)"))) of the UTXO cache. The default is 450 mebibytes (MiB). Increase this size on high-end hardware to read and write from your disk less often, or reduce the size on low-end hardware to save memory at the