mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +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 ..."
|
echo "Starting nodes with $bootnodes ..."
|
||||||
|
|
||||||
XDC --ethstats ${netstats} --gcmode=archive \
|
XDC --ethstats ${netstats} --gcmode=archive \
|
||||||
|
--nat extip:${INSTANCE_IP} \
|
||||||
--bootnodes ${bootnodes} --syncmode full \
|
--bootnodes ${bootnodes} --syncmode full \
|
||||||
--datadir /work/xdcchain --networkid 551 \
|
--datadir /work/xdcchain --networkid 551 \
|
||||||
-port 30303 --rpc --rpccorsdomain "*" --rpcaddr 0.0.0.0 \
|
-port 30303 --rpc --rpccorsdomain "*" --rpcaddr 0.0.0.0 \
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
num_of_nodes=2
|
num_of_nodes=125
|
||||||
log_level=1
|
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
|
# Please set it back to cpu 256 and memory of 2048 after sync is done to save the cost
|
||||||
# cpu = 256
|
# cpu = 256
|
||||||
# memory = 2048
|
# memory = 2048
|
||||||
cpu = 2048
|
cpu = 512
|
||||||
memory = 4096
|
memory = 4096
|
||||||
volume {
|
volume {
|
||||||
name = "efs"
|
name = "efs"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue