mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-20 21:54:30 +00:00
upgrade fargate spec to test if node crash or not
This commit is contained in:
parent
e902243186
commit
a58a7013e5
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ 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 = 256
|
||||
memory = 2048
|
||||
cpu = 1024
|
||||
memory = 4096
|
||||
volume {
|
||||
name = "efs"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue