Skip to content

Commit

Permalink
chore: set --heap_dump_on_oom preset to apply to all commands
Browse files Browse the repository at this point in the history
  • Loading branch information
kormide committed Mar 1, 2023
1 parent 2704c61 commit 018fb2d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .aspect/bazelrc/convenience.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ common --enable_platform_specific_config
# The dump will be written to `<output_base>/<invocation_id>.heapdump.hprof`.
# You may need to configure CI to capture this artifact and upload for later use.
# Docs: https://bazel.build/reference/command-line-reference#flag--heap_dump_on_oom
build --heap_dump_on_oom
common --heap_dump_on_oom
2 changes: 1 addition & 1 deletion e2e/bzlmod/.aspect/bazelrc/convenience.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ common --enable_platform_specific_config
# The dump will be written to `<output_base>/<invocation_id>.heapdump.hprof`.
# You may need to configure CI to capture this artifact and upload for later use.
# Docs: https://bazel.build/reference/command-line-reference#flag--heap_dump_on_oom
build --heap_dump_on_oom
common --heap_dump_on_oom
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ common --enable_platform_specific_config
# The dump will be written to `<output_base>/<invocation_id>.heapdump.hprof`.
# You may need to configure CI to capture this artifact and upload for later use.
# Docs: https://bazel.build/reference/command-line-reference#flag--heap_dump_on_oom
build --heap_dump_on_oom
common --heap_dump_on_oom
2 changes: 1 addition & 1 deletion e2e/copy_to_directory/.aspect/bazelrc/convenience.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ common --enable_platform_specific_config
# The dump will be written to `<output_base>/<invocation_id>.heapdump.hprof`.
# You may need to configure CI to capture this artifact and upload for later use.
# Docs: https://bazel.build/reference/command-line-reference#flag--heap_dump_on_oom
build --heap_dump_on_oom
common --heap_dump_on_oom
2 changes: 1 addition & 1 deletion e2e/workspace/.aspect/bazelrc/convenience.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ common --enable_platform_specific_config
# The dump will be written to `<output_base>/<invocation_id>.heapdump.hprof`.
# You may need to configure CI to capture this artifact and upload for later use.
# Docs: https://bazel.build/reference/command-line-reference#flag--heap_dump_on_oom
build --heap_dump_on_oom
common --heap_dump_on_oom
2 changes: 1 addition & 1 deletion lib/tests/bazelrc_presets/all/convenience.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ common --enable_platform_specific_config
# The dump will be written to `<output_base>/<invocation_id>.heapdump.hprof`.
# You may need to configure CI to capture this artifact and upload for later use.
# Docs: https://bazel.build/reference/command-line-reference#flag--heap_dump_on_oom
build --heap_dump_on_oom
common --heap_dump_on_oom

0 comments on commit 018fb2d

Please sign in to comment.