Skip to content

Commit a67029c

Browse files
authored
Merge pull request #124 from umihico/doc/memory-issue-tips
doc: note memory shortage possibility #102
2 parents dc26328 + fcbaa78 commit a67029c

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)