Skip to content

Commit

Permalink
chore: increase memory limit to 1024mb
Browse files Browse the repository at this point in the history
  • Loading branch information
kormide committed Sep 16, 2024
1 parent 3c8cf0b commit 1ed7030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/modules/webhook/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ resource "google_cloudfunctions_function" "publish_to_bcr_function" {
description = "Handle incoming github events"
runtime = "nodejs18"

available_memory_mb = 512
available_memory_mb = 1024
source_archive_bucket = google_storage_bucket.source_archive_bucket.name
source_archive_object = google_storage_bucket_object.publish_to_bcr_function_bucket_object.name
trigger_http = true
Expand Down

0 comments on commit 1ed7030

Please sign in to comment.