Merge "set input to 100 explicitly in task_profile" into main
This commit is contained in:
commit
43d853727e
1 changed files with 14 additions and 1 deletions
|
@ -488,6 +488,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Name": "HighestCfsPrioScheduling",
|
||||||
|
"Actions": [
|
||||||
|
{
|
||||||
|
"Name": "SetSchedulerPolicy",
|
||||||
|
"Params":
|
||||||
|
{
|
||||||
|
"Policy": "SCHED_OTHER",
|
||||||
|
"Nice": "-20"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -526,7 +539,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "InputPolicy",
|
"Name": "InputPolicy",
|
||||||
"Profiles": [ "MaxPerformance", "SCHED_QOS_SENSITIVE_EXTREME_SET" ]
|
"Profiles": [ "HighestCfsPrioScheduling", "MaxPerformance", "SCHED_QOS_SENSITIVE_EXTREME_SET" ]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue