Mikihito Matsuura has uploaded the change for review![Open in Gerrit]()
Mikihito Matsuura would like Benoit Lize, Chromium LUCI CQ, Steve Kobes, Will Harris, Morten Stenshorne and Rubber Stamper to review this change.
Commit message
Reland "[PA] Add TaskControlledPurge to fieldtrial"
This reverts commit cc391d1cf1785113340221c8190956aec14dc8e3.
Reason for revert: TBD
Original change's description:
> Revert "[PA] Add TaskControlledPurge to fieldtrial"
>
> This reverts commit 7053c500f98ab15855aa0a3330fd0fd884402f79.
>
> Reason for revert: causing crashes on CQ, see crbug.com/483092892.
>
> Original change's description:
> > [PA] Add TaskControlledPurge to fieldtrial
> >
> > PartitionAllocSchedulerLoopQuarantineTaskControlledPurge is a feature to
> > replace
> > PartitionAllocSchedulerLoopQuarantineTaskObserverForBrowserUIThread. It
> > is more widely-available and its performance characteristic is to be
> > determined through Finch experiments.
> >
> > Bug: 351974425
> > Change-Id: Iba926a0ce636f531d66adca9ca6be8c1ee4ca915
> > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7519605
> > Commit-Queue: Mikihito Matsuura <mi...@google.com>
> > Reviewed-by: Stephen Nusko <nus...@chromium.org>
> > Cr-Commit-Position: refs/heads/main@{#1581619}
>
> Bug: 351974425, 483092892
> Change-Id: I87083e90ae4ea0db7e747380d077af70e7373369
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7562909
> Reviewed-by: Morten Stenshorne <mste...@chromium.org>
> Commit-Queue: Steve Kobes <sko...@chromium.org>
> Bot-Commit: Rubber Stamper <rubber-...@appspot.gserviceaccount.com>
> Cr-Commit-Position: refs/heads/main@{#1582492}
Bug: 351974425, 483092892
Change-Id: Ic3bf879ba259bbb7af29f2db5825bc449c97da12
Change diff
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index fe9046de..848648b7 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -19529,10 +19529,11 @@
},
"enable_features": [
"PartitionAllocSchedulerLoopQuarantine",
- "PartitionAllocSchedulerLoopQuarantineTaskObserverForBrowserUIThread",
+ "PartitionAllocSchedulerLoopQuarantineTaskControlledPurge",
"PartitionAllocWithAdvancedChecks"
],
"disable_features": [
+ "PartitionAllocSchedulerLoopQuarantineTaskObserverForBrowserUIThread",
"ScreenAIPartitionAllocAdvancedChecksEnabled"
]
}
Change information
Files:
- M testing/variations/fieldtrial_testing_config.json
Change size: XS
Delta: 1 file changed, 2 insertions(+), 1 deletion(-)
Open in GerritRelated details
Attention set is empty
Gerrit-MessageType: newchange
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: Ic3bf879ba259bbb7af29f2db5825bc449c97da12
Gerrit-Change-Number: 7580337
Gerrit-PatchSet: 1