mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-29 09:18:33 -04:00
doc: inform how to reduce bitcoind memory usage
This commit is contained in:
parent
0cd3e662da
commit
9a4790f74e
1 changed files with 9 additions and 0 deletions
|
@ -114,6 +114,15 @@ specifying how many `MiB` of block files to retain:
|
|||
prune=550
|
||||
```
|
||||
|
||||
A configuration you may want to do after IBD (Initial Block Download) is to
|
||||
reduce the used memory, as it is not necessary anymore to have a large cache.
|
||||
As the bitcoind option `dbcache` is dynamic allocated per the qube memory,
|
||||
you just need to reduce the memory available to the `sys-bitcoin` qube. From
|
||||
`dom0`, run:
|
||||
```sh
|
||||
qvm-prefs sys-bitcoin memory 1000
|
||||
```
|
||||
|
||||
### Bitcoin Core GUI
|
||||
|
||||
Do not use the GUI in the `sys-bitcoin` qube to edit configuration, it won't
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue