Skip to content

Commit 4a0cd82

Browse files
Merge pull request #13 from depot/cpu-increase
Use 2 CPUs cloud-agent
2 parents e49fff9 + 0a99af1 commit 4a0cd82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: main.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,8 @@ resource "aws_ecs_task_definition" "cloud-agent" {
392392
count = var.create ? 1 : 0
393393
family = "depot-connection-${var.connection-id}-cloud-agent"
394394
requires_compatibilities = ["FARGATE"]
395-
cpu = 512
396-
memory = 1024
395+
cpu = 2024
396+
memory = 4096
397397
network_mode = "awsvpc"
398398
execution_role_arn = aws_iam_role.execution-role[0].arn
399399
task_role_arn = aws_iam_role.cloud-agent[0].arn

0 commit comments

Comments
 (0)