Merge pull request #231 from XinFinOrg/upgrade-fargate-spec

upgrade fargate spec to test if node crash or not
This commit is contained in:
Mingchao (Fisher) Yu 2023-03-03 06:21:19 +11:00 committed by GitHub
commit 105f387296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"