From eb8f4ddf630a392d732d724e05b19f2b24cda1b9 Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Mon, 1 May 2023 07:58:51 +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: I1c5ce6f96fca9f17db9aea9271d89f99ecd30fce --- 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" ] } ] }