1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-14 03:48:58 +00:00

Edited ch03_bitcoin-core.adoc with Atlas code editor

This commit is contained in:
claylock 2023-10-26 18:15:47 +00:00
parent b08eefb354
commit dac30f0b38

View File

@ -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