Skip to content

Commit c5b1085

Browse files
try 10 nodes
1 parent ea768be commit c5b1085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chain/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cargo install commonware-deployer
2222
### Create Deployer Artifacts
2323

2424
```bash
25-
cargo run --bin setup -- --peers 7 --bootstrappers 1 --regions us-west-1,us-east-1,eu-west-1,ap-northeast-1,eu-north-1,ap-south-1,sa-east-1 --instance-type c7g.xlarge --storage-size 10 --storage-class gp3 --worker-threads 4 --message-backlog 16384 --mailbox-size 16384 --dashboard dashboard.json --output assets
25+
cargo run --bin setup -- --peers 10 --bootstrappers 2 --regions us-west-1,us-east-1,eu-west-1,ap-northeast-1,eu-north-1,ap-south-1,sa-east-1,eu-central-1,ap-northeast-2,ap-southeast-2 --instance-type c7g.xlarge --storage-size 10 --storage-class gp3 --worker-threads 4 --message-backlog 16384 --mailbox-size 16384 --dashboard dashboard.json --output assets
2626
```
2727

2828
### Build Validator Binary

0 commit comments

Comments
 (0)