Skip to content

Commit 9d9a06e

Browse files
authored
Increased memory limit and removed need for increment of 64MB (#32)
1 parent 46050ed commit 9d9a06e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Resources:
139139
<td>The amount of memory, in MB, that is allocated to your Lambda function</td>
140140
<td></td>
141141
<td>no</td>
142-
<td>[128-3008] and a multiple of 64</td>
142+
<td>[128-10240]</td>
143143
</tr>
144144
<tr>
145145
<td>ReservedConcurrentExecutions</td>

module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Parameters:
6363
Type: Number
6464
Default: 128
6565
MinValue: 128
66-
MaxValue: 3008
66+
MaxValue: 10240
6767
ReservedConcurrentExecutions:
6868
Type: Number
6969
Default: -1

0 commit comments

Comments
 (0)