Skip to content

Commit ad01706

Browse files
authored
fix: increase API memory limit to 2Gi (#1348)
1 parent f64c7cb commit ad01706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/cloud_run_api.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ resource "google_cloud_run_v2_service" "registry_api" {
7474
resources {
7575
limits = {
7676
cpu = "1"
77-
memory = "1.5Gi"
77+
memory = "2Gi"
7878
}
7979
}
8080

0 commit comments

Comments
 (0)