Skip to content

Commit

Permalink
update release notes and dbcache warning
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguida committed Dec 7, 2022
1 parent 5696eee commit 244ff42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ release-notes: |
* Add build for x86
* Update to latest upstream
* Add Full RBF Config option
* Add action to delete peers.dat in case of corruption
* Remove dbcache limit (Please use large dbcache values with caution! We recommend not touching this setting unless you know what you're doing.)
license: mit
wrapper-repo: https://github.com/Start9Labs/bitcoind-wrapper
upstream-repo: https://github.com/bitcoin/bitcoin
Expand Down
2 changes: 1 addition & 1 deletion scripts/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({
"description":
"How much RAM to allocate for caching the TXO set. Higher values improve syncing performance, but increase your chance of using up all your system's memory or corrupting your database in the event of an ungraceful shutdown. Set this high but comfortably below your system's total RAM during IBD, then turn down to 450 (or leave blank) once the sync completes.",
"warning":
"WARNING: Increasing this value results in a higher chance of ungraceful shutdowns, which can leave your node unusable if it happens during the initial block download. Use this setting with caution. Be sure to set this back to the default (450 or leave blank) once your node is synced.",
"WARNING: Increasing this value results in a higher chance of ungraceful shutdowns, which can leave your node unusable if it happens during the initial block download. Use this setting with caution. Be sure to set this back to the default (450 or leave blank) once your node is synced. DO NOT press the STOP button if your dbcache is large. Instead, set this number back to the default, hit save, and wait for bitcoind to restart on its own.",
"range": "(0,*)",
"integral": true,
"units": "MiB",
Expand Down

0 comments on commit 244ff42

Please sign in to comment.