Skip to content

Commit 708ba71

Browse files
authored
Added SSD to fullnode hardware requirements (MystenLabs#8034)
Added SSD to Hardware requirements and fixed minor typos
1 parent 835e188 commit 708ba71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/build/fullnode.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Suggested minimum hardware to run a Sui Full node:
4848

4949
* CPUs: 10 core
5050
* RAM: 32 GB
51-
* Storage: 1 TB
51+
* Storage (SSD): 1 TB
5252

5353
### Software requirements
5454

@@ -116,7 +116,7 @@ Follow the instructions in the [Full node Docker README](https://github.com/Myst
116116
* [Testnet genesis blob](https://github.com/MystenLabs/sui-genesis/raw/main/testnet/genesis.blob)
117117
```shell
118118
curl -fLJO https://github.com/MystenLabs/sui-genesis/raw/main/testnet/genesis.blob
119-
119+
```
120120

121121
1. Optional: Skip this step to accept the default paths to resources. Edit the `fullnode.yaml` file to use custom paths.
122122
* Update the `db-path` field with the path to the Full node database.
@@ -199,6 +199,7 @@ Source](#building-from-source), update your Full node as follows:
199199
* [Testnet genesis blob](https://github.com/MystenLabs/sui-genesis/raw/main/testnet/genesis.blob)
200200
```shell
201201
curl -fLJO https://github.com/MystenLabs/sui-genesis/raw/main/testnet/genesis.blob
202+
```
202203
1. Update your `fullnode.yaml` configuration file if needed.
203204
1. Restart your Sui Full node:
204205
```shell

0 commit comments

Comments
 (0)