diff --git a/stacks/aggregator-stack.js b/stacks/aggregator-stack.js index 9ac8cd1..36889cb 100644 --- a/stacks/aggregator-stack.js +++ b/stacks/aggregator-stack.js @@ -193,7 +193,7 @@ export function AggregatorStack({ stack, app }) { aggregateOfferQueue ], timeout: '15 minutes', - memorySize: '6 GB' + memorySize: '8 GB' }, deadLetterQueue: bufferQueueDLQ.cdk.queue, cdk: {