Skip to content

Commit

Permalink
fix: increase memory for more proportional CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Sep 16, 2024
1 parent fb03d46 commit 97c124b
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 @@ -192,7 +192,7 @@ export function AggregatorStack({ stack, app }) {
aggregateOfferQueue
],
timeout: '10 minutes',
memorySize: '2 GB'
memorySize: '4 GB'
},
deadLetterQueue: bufferQueueDLQ.cdk.queue,
cdk: {
Expand Down

0 comments on commit 97c124b

Please sign in to comment.