diff options
| author | MarcoFalke <[email protected]> | 2020-03-29 08:38:36 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-03-30 09:09:12 -0400 |
| commit | fa6e01f2a163511a735088895ab02232b150801b (patch) | |
| tree | adbb92c3997dfa1e4e3b92b2c05b15a959eb92f4 /doc/reduce-memory.md | |
| parent | Merge #18391: doc: Update init and reduce-traffic docs for -blocksonly (diff) | |
| download | discoin-fa6e01f2a163511a735088895ab02232b150801b.tar.xz discoin-fa6e01f2a163511a735088895ab02232b150801b.zip | |
doc: block-relay-only is not blocksonly
Co-Authored-By: Hennadii Stepanov <[email protected]>
Diffstat (limited to 'doc/reduce-memory.md')
| -rw-r--r-- | doc/reduce-memory.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/reduce-memory.md b/doc/reduce-memory.md index 34a5b19b1..6e7a578ec 100644 --- a/doc/reduce-memory.md +++ b/doc/reduce-memory.md @@ -24,7 +24,9 @@ The size of some in-memory caches can be reduced. As caches trade off memory usa ## Number of peers -- `-maxconnections=<n>` - the maximum number of connections, this defaults to `125`. Each active connection takes up some memory. Only significant if incoming connections are enabled, otherwise the number of connections will never be more than `10`. Of the 10 outbound peers, there can be 8 full outgoing connections and 2 -blocksonly peers, in which case they are block/addr peers, but not tx peers. +- `-maxconnections=<n>` - the maximum number of connections, this defaults to 125. Each active connection takes up some + memory. This option applies only if incoming connections are enabled, otherwise the number of connections will never + be more than 10. Of the 10 outbound peers, there can be 8 full-relay connections and 2 block-relay-only ones. ## Thread configuration |