Skip to content

Commit

Permalink
fix fargate values
Browse files Browse the repository at this point in the history
  • Loading branch information
yossi-eynav committed Feb 10, 2024
1 parent 0677dfc commit ebc63c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/.aws/production-task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"FARGATE"
],
"cpu": "1024",
"memory": "1024",
"memory": "2048",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
Expand Down
2 changes: 1 addition & 1 deletion server/.aws/staging-task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"FARGATE"
],
"cpu": "1024",
"memory": "3072",
"memory": "2048",
"runtimePlatform": {
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
Expand Down

0 comments on commit ebc63c2

Please sign in to comment.