Skip to content

Commit

Permalink
Reduce memory to 128MB
Browse files Browse the repository at this point in the history
Reduce memory required to 128MB (the minimum) to see if enabling AoT allows that to work.
  • Loading branch information
martincostello committed Nov 26, 2023
1 parent fb45199 commit bc1971b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LondonTravel.Skill/aws-lambda-tools-defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"framework": "net8.0",
"function-architecture": "x86_64",
"function-handler": "LondonTravel.Skill",
"function-memory-size": 192,
"function-memory-size": 128,
"function-runtime": "provided.al2023",
"function-timeout": 10
}

0 comments on commit bc1971b

Please sign in to comment.