Skip to content

Commit 57963d1

Browse files
committed
chore: ecs 가용 cpu, memory 수정
1 parent b46724a commit 57963d1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

task-definition-dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"EC2"
7272
],
7373
"cpu": "1024",
74-
"memory": "800",
74+
"memory": "512",
7575
"runtimePlatform": {
7676
"cpuArchitecture": "X86_64",
7777
"operatingSystemFamily": "LINUX"

task-definition-prod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"requiresCompatibilities": [
4949
"EC2"
5050
],
51-
"cpu": "512",
52-
"memory": "1024",
51+
"cpu": "1024",
52+
"memory": "512",
5353
"runtimePlatform": {
5454
"cpuArchitecture": "X86_64",
5555
"operatingSystemFamily": "LINUX"

0 commit comments

Comments
 (0)