mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-26 08:26:20 +00:00
adjust the number of nodes to 125 on devnet (#207)
This commit is contained in:
parent
f9c0c40515
commit
fb6b8d9029
3 changed files with 4 additions and 3 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
num_of_nodes=2
|
||||
log_level=1
|
||||
num_of_nodes=125
|
||||
log_level=2
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue