From a2c60a3ec9438acf04a4be469d4a5f9aa3cac903 Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Thu, 27 Apr 2023 15:34:02 +0000 Subject: [PATCH] Relax cpuset for OTA With vendor group throttling, we could relax the ota cpuset. Bug: 201260585 Test: cpuset changed as expected Change-Id: I4d719edf898ff0bfe8a2ba776ccd55f9ce423dfa --- task_profiles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ] } ] }