diff --git a/universal7885-common/configs/tasks/task_profiles.json b/universal7885-common/configs/tasks/task_profiles.json new file mode 100644 index 0000000..78debf0 --- /dev/null +++ b/universal7885-common/configs/tasks/task_profiles.json @@ -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" + } + } + ] + } + ] +}