From e2436fa24c13c1e0a79539c1c9577e7d0e71414b Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Mon, 20 Mar 2023 04:03:24 +0000 Subject: Relax cpuset for OTA With vendor group throttling, we could relax the ota cpuset. Bug: 201260585 Test: cpuset changed as expected Change-Id: I6a4e699717d6630d547e9cd611e8dbc4a211c219 --- task_profiles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'task_profiles.json') diff --git a/task_profiles.json b/task_profiles.json index 4bcfe41..961857d 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" ] } ] } -- cgit v1.2.3