mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-07-13 17:53:08 +01:00
7393a256df
Following on from enabling CONFIG_SHOW_USAGE=y. Rationale: make it easier to debug the host OS. Size increase of libbusybox.so: +32 KB over CONFIG_SHOW_USAGE=y baseline. We could enable COMPRESS_USAGE to bring it down to +8KB over CONFIG_SHOW_USAGE=y baseline, but I'm not sure it's worth optimizing? If we want to compress, it's probably fine: just a slight CPU hit when asking for CPU usage, which is probably fine for interactive use.