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" ] } ] }