bump up cpu budget

This commit is contained in:
Adeeb Shihadeh
2024-09-16 19:23:04 -07:00
committed by GitHub
parent 6b7996de91
commit f294162b2c

View File

@@ -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,