Skip to content

Set rss_limit_mb to 0 by default for chromium/google centipede targets#5207

Open
aakallam wants to merge 1 commit intomasterfrom
centipede-rss-limit-mb
Open

Set rss_limit_mb to 0 by default for chromium/google centipede targets#5207
aakallam wants to merge 1 commit intomasterfrom
centipede-rss-limit-mb

Conversation

@aakallam
Copy link
Collaborator

@aakallam aakallam commented Mar 13, 2026

This matches the behavior for libFuzzer targets:

if not rss_limit_mb and (utils.is_chromium() or
utils.default_project_name() == 'google'):
# TODO(metzman/alhijazi): Monitor if we are crashing the bots.
arguments[constants.RSS_LIMIT_FLAGNAME] = 0

@aakallam aakallam self-assigned this Mar 13, 2026
@aakallam aakallam marked this pull request as ready for review March 13, 2026 16:46
@aakallam aakallam requested a review from a team as a code owner March 13, 2026 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant