Skip to content

Commit

Permalink
Increase memory for dpc opt out export lambda (#163)
Browse files Browse the repository at this point in the history
## 🎫 Ticket

https://jira.cms.gov/browse/DPC-4460

## 🛠 Changes

Configuration of dpc opt out export memory changed from 1024 to 2048

## ℹ️ Context

Our lambda on prod started failing with `Error: Runtime exited with
error: signal: killed`, and manually increasing to 2048 fixed it.

## 🧪 Validation

Upped manually; lambda has run successfully since.
  • Loading branch information
jdettmannnava authored Jan 16, 2025
1 parent 011c40e commit 301365f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/services/opt-out-export/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ locals {
memory_size = {
ab2d = 10240
bcda = null
dpc = 1024
dpc = 2048
}
}

Expand Down

0 comments on commit 301365f

Please sign in to comment.