epiccurious / bitcoin-core-node-builder

Spin up a secure Bitcoin Core node with ease.
Other
3 stars 0 forks source link

On low-RAM systems, set Bitcoin Core to run with reduced memory #50

Open epiccurious opened 1 year ago

epiccurious commented 1 year ago

Changes that will have little impact to performance:

  1. After the IBD completes, reduce dbcache
  2. Reduce the mempool with maxmempool=50
  3. Possibly send a message to the user to avoid enabling listening mode
  4. On Linux, set MALLOC_ARENA_MAX=1
epiccurious commented 1 year ago

Relates to #38

epiccurious commented 1 year ago

This issue will not be part of the Minimum Viable Product milestone.