summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Yiu <rickyiu@google.com>2023-05-01 07:58:51 +0000
committerRick Yiu <rickyiu@google.com>2023-05-01 07:58:51 +0000
commiteb8f4ddf630a392d732d724e05b19f2b24cda1b9 (patch)
tree9296a8ddf30f67bbe9365dabebf505ec2d2bb2ce
parent98a1a13d4bc5922d41e0ece24ea36de12fde417b (diff)
downloadgs101-eb8f4ddf630a392d732d724e05b19f2b24cda1b9.tar.gz
Relax cpuset for OTA
With vendor group throttling, we could relax the ota cpuset. Bug: 201260585 Test: cpuset changed as expected Change-Id: I1c5ce6f96fca9f17db9aea9271d89f99ecd30fce
-rw-r--r--task_profiles.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/task_profiles.json b/task_profiles.json
index 4bcfe412..961857de 100644
--- a/task_profiles.json
+++ b/task_profiles.json
@@ -287,7 +287,7 @@
},
{
"Name": "OtaProfiles",
- "Profiles": [ "OtaPerformance", "ServiceCapacityLow", "LowIoPriority", "TimerSlackHigh" ]
+ "Profiles": [ "OtaPerformance", "ProcessCapacityNormal", "LowIoPriority", "TimerSlackHigh" ]
}
]
}