Skip to content

Commit

Permalink
Squash #2041 - EVEN MORE POWER, CPU 4096 and Memory 8192. This feels …
Browse files Browse the repository at this point in the history
…like the wrong choice here but I want to rule out CPU usage completely
  • Loading branch information
MackHalliday committed Nov 20, 2024
1 parent bef921d commit c30a6ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@
"requiresCompatibilities": [
"FARGATE"
],
"cpu": "2048",
"cpu": "4096",
"pidMode": "task",
"memory": "4096",
"memory": "8192",
"tags": [
{
"key": "Stack",
Expand Down

0 comments on commit c30a6ad

Please sign in to comment.