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:
parent
06870a01fa
commit
ec9700f0fb
1 changed files with 1 additions and 9 deletions
|
@ -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" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue