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
This commit is contained in:
Rick Yiu 2022-02-08 14:38:02 +08:00
parent 06870a01fa
commit ec9700f0fb

View file

@ -59,14 +59,6 @@
{ {
"Name": "OtaPerformance", "Name": "OtaPerformance",
"Actions": [ "Actions": [
{
"Name": "JoinCgroup",
"Params":
{
"Controller": "cpu",
"Path": "dex2oat"
}
},
{ {
"Name": "WriteFile", "Name": "WriteFile",
"Params": "Params":
@ -282,7 +274,7 @@
}, },
{ {
"Name": "OtaProfiles", "Name": "OtaProfiles",
"Profiles": [ "OtaPerformance", "ProcessCapacityNormal", "LowIoPriority", "TimerSlackHigh" ] "Profiles": [ "OtaPerformance", "ServiceCapacityLow", "LowIoPriority", "TimerSlackHigh" ]
} }
] ]
} }