mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Use full preemptible kernel in Home Assistant OS (#2721)
Enable fully preemptible kernel (low-latency desktop) configuration for Home Assistant. Home Assistant can be considered as a soft real-time system, where a lower latency is preferred over throughput. A few tests using the rt_test development add-on didn't show measurable improvements, but this could be due to rather synthetic test. Currently some platform use voluntary preemptible kernel, and some fully preemptible. So besides improving latency, this also aims to synchronize the settings across all platforms. Also make sure that debugging is not enable as it can have high runtime overhead according to Kconfig.
This commit is contained in:
parent
2756709f4a
commit
d2006e9b72
@ -2,6 +2,9 @@ CONFIG_KERNEL_LZ4=y
|
||||
CONFIG_CMDLINE=""
|
||||
CONFIG_PANIC_TIMEOUT=5
|
||||
|
||||
CONFIG_PREEMPT=Y
|
||||
# CONFIG_DEBUG_PREEMPT is not set
|
||||
|
||||
CONFIG_IKCONFIG=y
|
||||
CONFIG_IKCONFIG_PROC=y
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user