Skip to content

Commit

Permalink
Enable experimental_worker_as_resource be default. We expect 2-3% of …
Browse files Browse the repository at this point in the history
…cpu time saved for worker builds.

PiperOrigin-RevId: 490189203
Change-Id: I877bef7c23564b23355515078eab0a8e3ace5f47
  • Loading branch information
Googler authored and copybara-github committed Nov 22, 2022
1 parent f588351 commit 581796a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public String getTypeDescription() {

@Option(
name = "experimental_worker_as_resource",
defaultValue = "false",
defaultValue = "true",
documentationCategory = OptionDocumentationCategory.EXECUTION_STRATEGY,
effectTags = {OptionEffectTag.EXECUTION, OptionEffectTag.HOST_MACHINE_RESOURCE_OPTIMIZATIONS},
help = "If enabled, workers are acquired as resources from ResourceManager.")
Expand Down

0 comments on commit 581796a

Please sign in to comment.