Skip to content

Commit fcbaa78

Browse files
committed
doc: note memory shortage possibility #102
1 parent dc26328 commit fcbaa78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

serverless.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ provider:
1313
functions:
1414
demo:
1515
timeout: 60
16+
# If you experience any errors such as Chrome crashing or not being available you might need to increase the storage available to your Lambda Function. See #102
1617
memorySize: 2048
1718
image:
1819
name: img

0 commit comments

Comments
 (0)