Commit 9f096e6b authored by Joel Fernandes's avatar Joel Fernandes Committed by Commit Bot

Enable core-scheduling in field trial config

Core scheduling enables securely running untrusted tasks (Chrome
renderer and VMs) securely by running on dedicated core, while
letting trusted tasks be co-scheduled on both hyper threads.

Bug: 152605392
Change-Id: I3db1b1515c5b28e5d42826ec1367b92582ae1a1e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372582
Commit-Queue: Joel Fernandes <joelaf@google.com>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Auto-Submit: Joel Fernandes <joelaf@google.com>
Cr-Commit-Position: refs/heads/master@{#813077}
parent 910cbad8
......@@ -1846,6 +1846,25 @@
]
}
],
"CrosSchedulerCore": [
{
"platforms": [
"chromeos"
],
"experiments": [
{
"name": "Enabled",
"params": {
"config": "core-scheduling"
},
"enable_features": [
"CoreSchedulingEnabled",
"SchedulerConfiguration"
]
}
]
}
],
"CrostiniWebUIUpgrader": [
{
"platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment