Has anyone tweaked the memory and disk values in the create_ha_vm.sh shell script? The script specifies 1GB for RAM and 16GB for disk. However, the HA page at https://www.home-assistant.io/installation/linux states the minimum requirements should be 2GB of RAM and 32GB for disk. The eISY has 8GB of RAM and best I can tell from the top command, there is 6GB free (Mem: 68M Active, 394M Inact, 34M Laundry, 662M Wired, 6476M Free). That said, I am not running many node servers, yet.
What are people's experiences with the RAM setting? Is 1GB good enough for HA? Will specifying 2GB steal too much from IoX and PG3?
From the script:
# Home Assistant VM name and how much resources to allocate
HA_VM_NAME="homeassistant"
HA_VM_CPU="2"
HA_VM_MEM="1G"
HA_VM_DISC="16G"