Skip to content

Commit bd62dbb

Browse files
2 OCPU/8 GB runner shape
1 parent 9ce8b8b commit bd62dbb

File tree

1 file changed

+2
-2
lines changed
  • app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/files

1 file changed

+2
-2
lines changed

app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/files/devops.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ resource oci_devops_build_pipeline_stage export_build {
402402
build_pipeline_stage_type = "BUILD"
403403
build_runner_shape_config {
404404
build_runner_type = "CUSTOM"
405-
memory_in_gbs = "512"
406-
ocpus = "8"
405+
memory_in_gbs = "8"
406+
ocpus = "2"
407407
}
408408
build_source_collection {
409409
items {

0 commit comments

Comments
 (0)