Skip to content

Commit c40acd5

Browse files
authored
Merge pull request #162 from ikasas/fix/typos-broken-link
Fix typos and broken link
2 parents 18af555 + 55a6e7a commit c40acd5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/documentation/guides/datastore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Configuration settings for each of the backends can be found in the
2222
## Pebble
2323

2424
[Pebble](https://github.com/cockroachdb/pebble) is a high performant
25-
backend from Cochroachdb, used by default in Cluster:
25+
backend from CockroachDB, used by default in Cluster:
2626

2727
* Proven to work well on very large pinsets.
2828
* Best disk-usage compared to the rest. No need to trigger GC cycles for space reclaim.

content/documentation/guides/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Cluster peers regularly broadcast (using gossipsub) metrics between each others.
1313
* In crdt-mode they serve to identify the current cluster peerset (list of peers with non expired metrics).
1414
* They are used to communicate information such as peer names and free-space, which can be used, for example, to make pin allocation decisions.
1515

16-
The metrics are produced by ["informer" components](../../configuration/#the-informer-section). There are currently several types of metrics:
16+
The metrics are produced by ["informer" components](../../reference/configuration/#the-informer-section). There are currently several types of metrics:
1717

1818
* `ping`: the lack of pings from a given cluster peer signifies that the peer is down and is used to trigger re-pinnings when enabled. The ping metric includes information about each peer, like its peer name, IPFS daemon ID and addresses etc. which are then re-used to fill-in fields in the pin status objects when requested.
1919
* `freespace`: this metric informs how much free space IPFS has in its repository and is used to decide whether to allocate new pins to this peer or others.

content/documentation/reference/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The `leave_on_shutdown` option allows a peer to remove itself from the *peerset*
132132
| `}` |||
133133
| `resource_manager {` | | A libp2p resource manager configuration object. The limits are scaled based on the given options and connections/streams are dropped when reached. Such events are logged. |
134134
|     `enabled` | `true` | Controls whether resource limitations are enabled or fully disabled. |
135-
|     `memory_limit_bytes` | `0` | Controls the maximum amount of RAM memory that the libp2p host should use. When set to `0`, the amount will be set to a 25% of the machine's memory or a minimum of 1GiB. Note that this affects only the libp2p resources and not the overall memory of the cluster node |
135+
|     `memory_limit_bytes` | `0` | Controls the maximum amount of RAM memory that the libp2p host should use. When set to `0`, the amount will be set to a 25% of the machine's memory or a minimum of 1GiB. Note that this affects only the libp2p resources and not the overall memory of the cluster node. |
136136
|     `file_descriptors_limit` | `0` | Controls the maximum number of file-descriptors to use. When set to `0`, the limit will be set to 50% of the total amount of file descriptors available to the process. |
137137
| `}` |||
138138
| `pubsub {` | | A libp2p pubsub configuration object. This allows to configure pubsub internals. Defaults are optimized for ipfs-cluster pubsub usecase, where metrics and CRDT-heads are broadcasted, and it is not generally fatal if a message gets lost. Deviations from pubsub defaults aim to reduce unnecessary chatter in standard clusters as pubsub ends up using a lot of bandwidth. |

0 commit comments

Comments
 (0)