diff --git a/libprocessgroup/profiles/task_profiles.json b/libprocessgroup/profiles/task_profiles.json index f5533c262..4092c1a37 100644 --- a/libprocessgroup/profiles/task_profiles.json +++ b/libprocessgroup/profiles/task_profiles.json @@ -223,19 +223,6 @@ } ] }, - { - "Name": "VMCompilationPerformance", - "Actions": [ - { - "Name": "JoinCgroup", - "Params": - { - "Controller": "cpu", - "Path": "system" - } - } - ] - }, { "Name": "CpuPolicySpread", "Actions": [ @@ -659,6 +646,10 @@ "Name": "SCHED_SP_SYSTEM", "Profiles": [ "ServicePerformance", "LowIoPriority", "TimerSlackNormal" ] }, + { + "Name": "VMCompilationPerformance", + "Profiles": [ "HighPerformance", "ProcessCapacityHigh", "LowIoPriority", "TimerSlackNormal" ] + }, { "Name": "SCHED_SP_RT_APP", "Profiles": [ "RealtimePerformance", "MaxIoPriority", "TimerSlackNormal" ]