Skip to content

Commit

Permalink
Remove cpu and memory soft limits from container
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Diniz <[email protected]>
  • Loading branch information
arthurbdiniz committed Jul 8, 2021
1 parent 7be5b59 commit 101d82e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lambda/08a-CreateFargate/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ def create_task_definition(task_definition_name, task_definition_environment, cp
'name': task_definition_name[:255],
'image': image or default_image,
'essential': True,
'memory': 1024,
'cpu': 80,
'logConfiguration': {
'logDriver': 'awslogs',
'options': {
Expand Down

0 comments on commit 101d82e

Please sign in to comment.