This has moved to https://github.com/bitcoin/bitcoin/blob/master/doc/reduce-memory.md
Last active
August 28, 2022 09:44
-
-
Save laanwj/efe29c7661ce9b6620a7 to your computer and use it in GitHub Desktop.
Reducing bitcoind memory usage
Could replace the content with a link to https://github.com/bitcoin/bitcoin/blob/master/doc/reduce-memory.md, now that the file was moved and will likely be kept up-to-date in the git repo?
Good point, done
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@danielalexiuc thanks, updated
@Sword-Smith lowering
dbcache
will make validation slower (on average) as more disk I/O to the database is needed as queries miss the cache. It will not have any effect on bandwidth use.Reducing the maximum number of connections will likely reduce bandwidth use and lower CPU use.