Skip to content

Commit 4e8bf71

Browse files
committed
Bump RAM
1 parent fbaede6 commit 4e8bf71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/lambda_explain.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "aws_lambda_function" "explain" {
2323
function_name = "explain"
2424
role = aws_iam_role.iam_for_lambda.arn # TODO separate role?
2525
timeout = 60
26-
memory_size = 256
26+
memory_size = 512
2727

2828
depends_on = [aws_cloudwatch_log_group.explain]
2929

0 commit comments

Comments
 (0)