If I install HomeAssistant on a multi core system, will it make use of those?
As far as I know HA Core is single threaded, but what about the add-ons and plugins. For example Frigate or InfluxDB - will those be limited to the same single core and share it with HA Core or are they able to make use of a multi core CPU?
Yeah, but I was thinking about installing HA Core in a VM to be able to use unsued cores for other components like facial recognition and NVR. But now that I know the resources will be available in native HA, I do not see a usecase for Docker or VMs. I should be able to use everything from HA by installing the Add-Ons or using Portainer. I thought of VMs as a workaround to be able to use all system resources, but this is obviously unnecessary if the HA OS can do this as well.
If you’re using HAOS then you have access to add-ons and nothing more. If you want the ability to run arbitrary Docker containers then HAOS isn’t the way.
Yeah, I probably don’t need Portainer anyways. Until now I found a working add-on for everything I needed. As long as HA can use all system resources, I’ll be fine.