Skip to content

Commit bffb783

Browse files
authored
Increased memory_size for granules_cnm_ingester to 512. (#573)
1 parent 2548f1b commit bffb783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tf-module/unity-cumulus/granules_cnm_ingester.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ resource "aws_lambda_function" "granules_cnm_ingester" {
66
handler = "cumulus_lambda_functions.granules_cnm_ingester.lambda_function.lambda_handler"
77
runtime = "python3.9"
88
timeout = 300
9+
memory_size = 512
910
reserved_concurrent_executions = var.granules_cnm_ingester__lambda_concurrency # TODO
1011
environment {
1112
variables = {

0 commit comments

Comments
 (0)