Skip to content

Commit 2d4620d

Browse files
committed
perf: max out lambda memory to 3008
1 parent 226a1fa commit 2d4620d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
*.tfstate.lock.info
44
*.tfstate.backup
55
*.backup
6+
lo.tar.gz

infra/lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource "aws_lambda_function" "convert" {
55
role = "${aws_iam_role.convert.arn}"
66
s3_bucket = "${aws_s3_bucket.serverless_libreoffice_pdf.id}"
77
s3_key = "${aws_s3_bucket_object.package.key}"
8-
memory_size = 2624
8+
memory_size = 3008
99
timeout = 25
1010
source_code_hash = "${base64sha256(file(data.archive_file.convert.output_path))}"
1111

0 commit comments

Comments
 (0)