Skip to content

Commit 68551a1

Browse files
authored
fix: increase memory limit of the API server (#1343)
1 parent 840219c commit 68551a1

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 = "1Gi"
77+
memory = "1.5Gi"
7878
}
7979
}
8080

0 commit comments

Comments
 (0)