From ec9700f0fbf74573c19b7d886ff1ed22a174f2e2 Mon Sep 17 00:00:00 2001 From: Rick Yiu Date: Tue, 8 Feb 2022 14:38:02 +0800 Subject: [PATCH] Change the cpuset of OtaProfiles Previous setting is based on cpu shares, which is disabled first, so we need to change the setting. Bug: 218420168 Test: build pass Change-Id: I5528fdccb77f82fc6b4b463476b85aff6b72dbc3 --- task_profiles.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/task_profiles.json b/task_profiles.json index 5555d77d..b113f35d 100644 --- a/task_profiles.json +++ b/task_profiles.json @@ -59,14 +59,6 @@ { "Name": "OtaPerformance", "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "dex2oat" - } - }, { "Name": "WriteFile", "Params": @@ -282,7 +274,7 @@ }, { "Name": "OtaProfiles", - "Profiles": [ "OtaPerformance", "ProcessCapacityNormal", "LowIoPriority", "TimerSlackHigh" ] + "Profiles": [ "OtaPerformance", "ServiceCapacityLow", "LowIoPriority", "TimerSlackHigh" ] } ] }