Skip to content

Commit

Permalink
Update to java11, increase memory
Browse files Browse the repository at this point in the history
It can be hard to debug issues caused by too little memory, so starting it higher, you can decrease as needed.
  • Loading branch information
pfreitag authored Jul 1, 2020
1 parent 8bd11bf commit 486ca7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Resources:
Properties:
Handler: com.foundeo.fuseless.StreamLambdaHandler
CodeUri: ./build/distributions/fuseless-template.zip
Runtime: java8
Runtime: java11
Timeout: 20
MemorySize: 256
MemorySize: 1856
Events:
GetResource:
Type: Api
Expand Down

0 comments on commit 486ca7a

Please sign in to comment.