bump up cpu budget

pull/33570/head
Adeeb Shihadeh 7 months ago committed by GitHub
parent 6b7996de91
commit f294162b2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/test/test_onroad.py

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

Loading…
Cancel
Save