You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cad/017_peerops/README.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,22 +18,35 @@ Running a Peer requires:
18
18
- At least 8 GB RAM (32 Gb Recommended)
19
19
- At least 2 TB fast Storage (NVMe Recommended)
20
20
- A secure modern operating system (Linux recommended) with good support for memory mapped files
21
-
- Java 15 or above
21
+
- Java 21 or above
22
22
23
-
## Installation
23
+
The network should be configured with:
24
+
- a publicly accessible IP address (IPv4 or IPv6)
25
+
- firewall access to the server via TCP on a chosen port (the Convex protocol default `18888` is recommended)
26
+
- a trusted DNS entry (e.g. `peer.mycompany.com`)
27
+
28
+
The DNS entry is optional, but it will help significantly with discoverability / user access to your peer.
24
29
25
30
## Configuration
26
31
27
-
Peers SHOULD configure the number of concurrent outgoing Peer connections according to their available bandwidth. 20 recommeded for Peers with fast connections.
32
+
### Peer Config
33
+
34
+
Peers can be configured at launch
35
+
36
+
37
+
Peers SHOULD configure the number of concurrent outgoing Peer connections according to their available bandwidth. 20 recommended for Peers with fast connections.
0 commit comments