Skip to content

Commit ec1be9d

Browse files
authored
Merge pull request #102 from zbraiterman/main
Update the documentation for the SUI node runner
2 parents b21cc1a + 7f47cc1 commit ec1be9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/sui/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ sudo systemctl start suid
177177

178178
4. Journalctl and Node Status throws errors:
179179

180-
Set up archival fallback to enable your node to fallback to an archive in case of lag, add this block to your fullnode.yaml file as described here https://docs.sui.io/guides/operator/archives#set-up-archival-fallback. Restart Node
180+
Set up archival fallback to enable your node to fallback to an archive in case of lag, add this block to your fullnode.yaml file as described [here](https://docs.sui.io/guides/operator/archives#set-up-archival-fallback). Restart Node
181181
Example:
182182
```yaml
183183
state-archive-read-config:
@@ -199,7 +199,7 @@ state-archive-read-config:
199199
use-for-pruning-watermark: false
200200
```
201201
202-
5. Restoring a Full node using snapshots: Restoring using RocksDB snapshots to restore from a RocksDB snapshot, follow these steps (https://docs.sui.io/guides/operator/snapshots):
202+
5. Restoring a Full node using snapshots: Restoring using RocksDB snapshots to restore from a RocksDB snapshot, follow [these steps](https://docs.sui.io/guides/operator/snapshots):
203203
```bash
204204
# Syntax:
205205
sui-tool download-db-snapshot --latest \

lib/sui/sample-configs/.env-sample-full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ SUI_INSTANCE_TYPE="m6i.4xlarge"
1111

1212
# Data volume configuration
1313
SUI_DATA_VOL_TYPE="gp3" # Other options: "io1" | "io2" | "gp3"
14-
SUI_DATA_VOL_SIZE="4000" # Current required data size to keep both smapshot archive and unarchived version of it
14+
SUI_DATA_VOL_SIZE="4000" # Current required data size to keep both snapshot archive and unarchived version of it
1515
SUI_DATA_VOL_IOPS="3000" # Max IOPS for EBS volumes
1616
SUI_DATA_VOL_THROUGHPUT="700" # Max throughput for EBS gp3 volumes (not applicable for "io1" | "io2")

0 commit comments

Comments
 (0)