adjust the number of nodes to 125 on devnet (#207)

This commit is contained in:
Jerome 2022-11-22 22:22:48 +11:00 committed by GitHub
parent f9c0c40515
commit fb6b8d9029
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -53,6 +53,7 @@ echo "Running a node with wallet: ${wallet} at IP: ${INSTANCE_IP}"
echo "Starting nodes with $bootnodes ..."
XDC --ethstats ${netstats} --gcmode=archive \
--nat extip:${INSTANCE_IP} \
--bootnodes ${bootnodes} --syncmode full \
--datadir /work/xdcchain --networkid 551 \
-port 30303 --rpc --rpccorsdomain "*" --rpcaddr 0.0.0.0 \

View file

@ -1,2 +1,2 @@
num_of_nodes=2
log_level=1
num_of_nodes=125
log_level=2

View file

@ -27,7 +27,7 @@ resource "aws_ecs_task_definition" "devnet_task_definition_group" {
# Please set it back to cpu 256 and memory of 2048 after sync is done to save the cost
# cpu = 256
# memory = 2048
cpu = 2048
cpu = 512
memory = 4096
volume {
name = "efs"