Merge "Set input thread priority to RT - try 4" into main

This commit is contained in:
Treehugger Robot 2024-11-13 16:30:27 +00:00 committed by Gerrit Code Review
commit 00503ef565

View file

@ -202,6 +202,19 @@
}
]
},
{
"Name": "RealTimeInputScheduling",
"Actions": [
{
"Name": "SetSchedulerPolicy",
"Params":
{
"Policy": "SCHED_FIFO",
"Priority": "2"
}
}
]
},
{
"Name": "CameraServicePerformance",
"Actions": [
@ -704,7 +717,7 @@
},
{
"Name": "InputPolicy",
"Profiles": [ "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
"Profiles": [ "RealTimeInputScheduling", "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
}
]
}