You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "damccorm (via GitHub)" <gi...@apache.org> on 2023/09/12 17:19:59 UTC

[GitHub] [beam] damccorm commented on a diff in pull request #28416: increase main pool to 24 and pods to 200

damccorm commented on code in PR #28416:
URL: https://github.com/apache/beam/pull/28416#discussion_r1323347048


##########
.github/gh-actions-self-hosted-runners/arc/environments/beam.env:
##########
@@ -34,9 +34,9 @@ main_runner = {
     runner_image = "us-central1-docker.pkg.dev/apache-beam-testing/beam-github-actions/beam-arc-runner:60d397ecfbd2b10a1929615c70d500eb71a2c053"
     machine_type = "e2-standard-16"
     min_node_count = "1"
-    max_node_count = "16"
+    max_node_count = "24"
     min_replicas = "1"
-    max_replicas = "128"
+    max_replicas = "200"

Review Comment:
   Non-blocking - do we have docs on this being related to core count? Eventually we'll want others to be able to manage this, so we should make sure the docs here are obvious



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org