Skip to content

Commit fff4f93

Browse files
committed
doc: Bring reduce-memory.md up to date
Update default number of RPC threads to 16 (#31215) and remove reference to very old version of bitcoin core.
1 parent 785649f commit fff4f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/reduce-memory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The size of some in-memory caches can be reduced. As caches trade off memory usa
1616
- The minimum value for `-maxmempool` is 5.
1717
- A lower maximum mempool size means that transactions will be evicted sooner. This will affect any uses of `bitcoind` that process unconfirmed transactions.
1818

19-
- Since `0.14.0`, unused memory allocated to the mempool (default: 300MB) is shared with the UTXO cache, so when trying to reduce memory usage you should limit the mempool, with the `-maxmempool` command line argument.
19+
- The unused memory allocated to the mempool (default: 300MB) is shared with the UTXO cache, so when trying to reduce memory usage you should limit the mempool, with the `-maxmempool` command line argument.
2020

2121
- To disable most of the mempool functionality there is the `-blocksonly` option. This will reduce the default memory usage to 5MB and make the client opt out of receiving (and thus relaying) transactions, except from peers who have the `relay` permission set (e.g. whitelisted peers), and as part of blocks.
2222

@@ -39,7 +39,7 @@ threads take up 8MiB for the thread stack on a 64-bit system, and 4MiB in a
3939
32-bit system.
4040

4141
- `-par=<n>` - the number of script verification threads, defaults to the number of cores in the system minus one.
42-
- `-rpcthreads=<n>` - the number of threads used for processing RPC requests, defaults to `4`.
42+
- `-rpcthreads=<n>` - the number of threads used for processing RPC requests, defaults to `16`.
4343

4444
## Linux specific
4545

0 commit comments

Comments
 (0)