Pull request #3: Increase Memory

Merge in DCF/mold_cost_calculator from IncreaseMemory to master

* commit '3f878a5fbe48f16ebddc97656a565ba069132b74':
  Increase Memory
This commit is contained in:
Gopinathan, Anup Raj
2025-06-26 04:25:09 +00:00
+1 -1
View File
@@ -61,7 +61,7 @@ export class MccAPIInfraStack extends Stack {
timeout: Duration.seconds(30), timeout: Duration.seconds(30),
entry: join(__dirname, '../../src'), entry: join(__dirname, '../../src'),
index: 'run.py', index: 'run.py',
memorySize: 256, memorySize: 1024,
vpc, vpc,
logRetention: RetentionDays.ONE_WEEK, logRetention: RetentionDays.ONE_WEEK,
environment: { environment: {