bump up cpu budget
This commit is contained in:
@@ -32,7 +32,7 @@ CPU usage budget
|
||||
* total CPU usage of openpilot (sum(PROCS.values())
|
||||
should not exceed MAX_TOTAL_CPU
|
||||
"""
|
||||
MAX_TOTAL_CPU = 260. # total for all 8 cores
|
||||
MAX_TOTAL_CPU = 265. # total for all 8 cores
|
||||
PROCS = {
|
||||
# Baseline CPU usage by process
|
||||
"selfdrive.controls.controlsd": 18.0,
|
||||
|
||||
Reference in New Issue
Block a user