universal7885: add Task Profiles 1/2

This commit is contained in:
SamarV-121 2023-06-23 18:30:44 +03:00 committed by kevios12
commit e2e2bed2a0

View file

@ -0,0 +1,28 @@
{
"Profiles": [
{
"Name": "HighPerformance",
"Actions": [
{
"Name": "JoinCgroup",
"Params": {
"Controller": "cpuset",
"Path": "foreground"
}
}
]
},
{
"Name": "MaxPerformance",
"Actions": [
{
"Name": "JoinCgroup",
"Params": {
"Controller": "cpuset",
"Path": "top-app"
}
}
]
}
]
}