Skip to content

Commit 0765829

Browse files
committed
fix: 메모리 하드리밋 설정
1 parent 38a36e6 commit 0765829

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/dev/terraform.tfvars

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ ecs_services = {
1515

1616
ecs_task_definitions_base = {
1717
api-dev = {
18-
cpu = 512
19-
memoryReservation = 384
20-
network_mode = "bridge"
18+
cpu = 512
19+
memory = 512
20+
network_mode = "bridge"
2121
requires_compatibilities = ["EC2"]
2222

2323
port_mappings = [

0 commit comments

Comments
 (0)