Skip to content

Commit

Permalink
[brideg] add hardware requirements for bridge node (#19292)
Browse files Browse the repository at this point in the history
## Description 

as title

## Test plan 

How did you test the new or updated feature?

---

## Release notes

Check each box that your changes affect. If none of the boxes relate to
your changes, release notes aren't required.

For each box you select, include information after the relevant heading
that describes the impact of your changes that a user might notice and
any actions they must take to implement updates.

- [ ] Protocol: 
- [ ] Nodes (Validators and Full nodes): 
- [ ] Indexer: 
- [ ] JSON-RPC: 
- [ ] GraphQL: 
- [ ] CLI: 
- [ ] Rust SDK:
- [ ] REST API:
  • Loading branch information
longbowlu authored Sep 10, 2024
1 parent a31bee5 commit bd44746
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bridge/runbook/validator_runbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,11 @@ To double check your registered the correct metadata onchain, run
```
sui-bridge-cli view-bridge-registration --sui-rpc-url {SUI_FULLNODE_URL}
```

### Bridge Node Hardware Requirements

Suggested hardware requirements:
* CPU: 6 physical cores
* Memory: 16GB
* Storage: 200GB
* Network: 100Mbps

0 comments on commit bd44746

Please sign in to comment.