Merge "Make VMCompilationPerformance an aggregated profile with default"
This commit is contained in:
commit
04e6f149e0
1 changed files with 4 additions and 13 deletions
|
|
@ -223,19 +223,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"Name": "VMCompilationPerformance",
|
|
||||||
"Actions": [
|
|
||||||
{
|
|
||||||
"Name": "JoinCgroup",
|
|
||||||
"Params":
|
|
||||||
{
|
|
||||||
"Controller": "cpu",
|
|
||||||
"Path": "system"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"Name": "CpuPolicySpread",
|
"Name": "CpuPolicySpread",
|
||||||
"Actions": [
|
"Actions": [
|
||||||
|
|
@ -659,6 +646,10 @@
|
||||||
"Name": "SCHED_SP_SYSTEM",
|
"Name": "SCHED_SP_SYSTEM",
|
||||||
"Profiles": [ "ServicePerformance", "LowIoPriority", "TimerSlackNormal" ]
|
"Profiles": [ "ServicePerformance", "LowIoPriority", "TimerSlackNormal" ]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Name": "VMCompilationPerformance",
|
||||||
|
"Profiles": [ "HighPerformance", "ProcessCapacityHigh", "LowIoPriority", "TimerSlackNormal" ]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Name": "SCHED_SP_RT_APP",
|
"Name": "SCHED_SP_RT_APP",
|
||||||
"Profiles": [ "RealtimePerformance", "MaxIoPriority", "TimerSlackNormal" ]
|
"Profiles": [ "RealtimePerformance", "MaxIoPriority", "TimerSlackNormal" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue