Skip to content

Commit

Permalink
Bump memory in user deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseydew committed Mar 25, 2024
1 parent f601e8c commit 35d9b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile-save-for-later-user-deletion/conf/cfn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ Resources:
SaveForLaterApp: !Sub ${SaveForLaterApp}
Description: Lamba that deletes saved for later data for deleted users
Handler: com.gu.sfl.userdeletion.UserDeletionLambda::handler
MemorySize: 384
MemorySize: 512
Role: !GetAtt UserDeletionRole.Arn
Runtime: java8
Timeout: 300
Expand Down

0 comments on commit 35d9b47

Please sign in to comment.