diff --git a/pve7_ha_container.sh b/pve7_ha_container.sh index e08d8da6..5746f6d9 100644 --- a/pve7_ha_container.sh +++ b/pve7_ha_container.sh @@ -140,7 +140,7 @@ ARCH=$(dpkg --print-architecture) HOSTNAME=homeassistant TEMPLATE_STRING="local:vztmpl/${TEMPLATE}" pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \ - -hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 \ + -hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 -cores 2 -memory 4096 \ -ostype $OSTYPE -rootfs $ROOTFS,size=$DISK_SIZE -storage $STORAGE >/dev/null # Modify LXC permissions to support Docker