Skip to content

Commit e9d6988

Browse files
committed
bump up writer
1 parent e1e818d commit e9d6988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

websockets.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,9 +321,9 @@ resource "aws_ecs_task_definition" "ws" {
321321
},
322322
]
323323
)
324-
cpu = "256"
324+
cpu = "512"
325325
execution_role_arn = aws_iam_role.ws.arn
326-
memory = "512"
326+
memory = "1024"
327327
network_mode = "awsvpc"
328328
requires_compatibilities = [
329329
"FARGATE",

0 commit comments

Comments
 (0)