Increase node count in beta testnet
This commit is contained in:
@ -210,7 +210,7 @@ start() {
|
|||||||
NO_VALIDATOR_SANITY=1 \
|
NO_VALIDATOR_SANITY=1 \
|
||||||
RUST_LOG=solana=info \
|
RUST_LOG=solana=info \
|
||||||
ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \
|
ci/testnet-deploy.sh beta-testnet-solana-com ec2 us-west-1a \
|
||||||
-t "$CHANNEL_OR_TAG" -n 3 -c 0 -u -P -a eipalloc-0f286cf8a0771ce35 \
|
-t "$CHANNEL_OR_TAG" -n 35 -c 0 -u -P -a eipalloc-0f286cf8a0771ce35 \
|
||||||
${maybeReuseLedger:+-r} \
|
${maybeReuseLedger:+-r} \
|
||||||
${maybeDelete:+-D}
|
${maybeDelete:+-D}
|
||||||
)
|
)
|
||||||
|
@ -26,7 +26,7 @@ ec2)
|
|||||||
cpuBootstrapLeaderMachineType=m4.4xlarge
|
cpuBootstrapLeaderMachineType=m4.4xlarge
|
||||||
gpuBootstrapLeaderMachineType=p2.xlarge
|
gpuBootstrapLeaderMachineType=p2.xlarge
|
||||||
bootstrapLeaderMachineType=$cpuBootstrapLeaderMachineType
|
bootstrapLeaderMachineType=$cpuBootstrapLeaderMachineType
|
||||||
fullNodeMachineType=m4.2xlarge
|
fullNodeMachineType=$cpuBootstrapLeaderMachineType
|
||||||
clientMachineType=m4.2xlarge
|
clientMachineType=m4.2xlarge
|
||||||
blockstreamerMachineType=m4.2xlarge
|
blockstreamerMachineType=m4.2xlarge
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user