Skip to content

Commit

Permalink
RELNOTES[INC]: Remove --bep_publish_used_heap_size_post_build
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 396937549
  • Loading branch information
janakdr authored and copybara-github committed Sep 15, 2021
1 parent e4a26b6 commit 6555d95
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -450,17 +450,6 @@ public static final class AllCommandGraveyardOptions extends OptionsBase {
metadataTags = {OptionMetadataTag.DEPRECATED, OptionMetadataTag.EXPERIMENTAL},
help = "No-op")
public boolean shadowedAction;

@Option(
name = "bep_publish_used_heap_size_post_build",
defaultValue = "null",
documentationCategory = OptionDocumentationCategory.LOGGING,
effectTags = {OptionEffectTag.UNKNOWN},
deprecationWarning = "Has no effect. Use --memory_profile=/dev/null instead",
help =
"When set we collect and publish used_heap_size_post_build "
+ "from build_event_stream.proto. This forces a full GC and is off by default.")
public Void bepPublishUsedHeapSizePostBuild;
}

@Override
Expand Down

0 comments on commit 6555d95

Please sign in to comment.