Skip to content

Commit 6555d95

Browse files
janakdrcopybara-github
authored andcommitted
RELNOTES[INC]: Remove --bep_publish_used_heap_size_post_build
PiperOrigin-RevId: 396937549
1 parent e4a26b6 commit 6555d95

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/main/java/com/google/devtools/build/lib/bazel/rules/BazelRulesModule.java

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -450,17 +450,6 @@ public static final class AllCommandGraveyardOptions extends OptionsBase {
450450
metadataTags = {OptionMetadataTag.DEPRECATED, OptionMetadataTag.EXPERIMENTAL},
451451
help = "No-op")
452452
public boolean shadowedAction;
453-
454-
@Option(
455-
name = "bep_publish_used_heap_size_post_build",
456-
defaultValue = "null",
457-
documentationCategory = OptionDocumentationCategory.LOGGING,
458-
effectTags = {OptionEffectTag.UNKNOWN},
459-
deprecationWarning = "Has no effect. Use --memory_profile=/dev/null instead",
460-
help =
461-
"When set we collect and publish used_heap_size_post_build "
462-
+ "from build_event_stream.proto. This forces a full GC and is off by default.")
463-
public Void bepPublishUsedHeapSizePostBuild;
464453
}
465454

466455
@Override

0 commit comments

Comments
 (0)