Changes that will have little impact to performance: 1. After the IBD completes, reduce [dbcache](https://github.com/bitcoin/bitcoin/blob/master/doc/reduce-memory.md#in-memory-caches) 2. Reduce the mempool with [maxmempool=50](https://github.com/bitcoin/bitcoin/blob/master/doc/reduce-memory.md#memory-pool) 3. Possibly send a message to the user to avoid enabling [listening mode](https://github.com/bitcoin/bitcoin/blob/master/doc/reduce-memory.md#number-of-peers) 4. On Linux, set [MALLOC_ARENA_MAX=1](https://github.com/bitcoin/bitcoin/blob/master/doc/reduce-memory.md#linux-specific)