Skip to content

Commit

Permalink
update forge-py to 2048 memory
Browse files Browse the repository at this point in the history
  • Loading branch information
sliu008 committed Dec 2, 2024
1 parent 9221c5a commit 8bb5594
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Made arguments *--cumulus-configurations* and *--default-message-config* optional in preview mode
- Update forge-py to 0.3.0
- Update metadata aggregator to cumulus-metadata-aggregator-8.7.0-alpha.6-SNAPSHOT
- Update forge-py memory to 2048
### Deprecated
### Removed
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion terraform-deploy/forge_py.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ module "forge_py_module" {
lambda_role = aws_iam_role.iam_execution.arn
security_group_ids = [var.aws_security_group_ids]
subnet_ids = data.aws_subnets.private.ids
memory_size = 1024
memory_size = 2048
timeout = 900
}

0 comments on commit 8bb5594

Please sign in to comment.