Skip to content

Commit

Permalink
feat: buffer consumer increase memory for better perf
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Sep 24, 2024
1 parent 772dac2 commit df5faed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/aggregator-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export function AggregatorStack({ stack, app }) {
aggregateOfferQueue
],
timeout: '14 minutes',
memorySize: '6 GB'
memorySize: '8 GB'
},
deadLetterQueue: bufferQueueDLQ.cdk.queue,
cdk: {
Expand Down

0 comments on commit df5faed

Please sign in to comment.