diff --git a/post-first-startup-scripts/deploy-minimal-workstation_2vCPU_4GB-RAM_10GB-disk.sh b/post-first-startup-scripts/deploy-minimal-workstation_2vCPU_4GB-RAM_10GB-disk.sh index 83c33b1..41982e5 100644 --- a/post-first-startup-scripts/deploy-minimal-workstation_2vCPU_4GB-RAM_10GB-disk.sh +++ b/post-first-startup-scripts/deploy-minimal-workstation_2vCPU_4GB-RAM_10GB-disk.sh @@ -12,7 +12,7 @@ virt-install \ --machine q35 \ --name minimal-workstation \ --boot uefi \ - --cpu host-passthrough,topology.sockets=1,topology.cores=1,topology.threads=1 \ + --cpu host-model,topology.sockets=1,topology.cores=1,topology.threads=2 \ --vcpus 1 \ --memory 2048 \ --video virtio \ diff --git a/post-first-startup-scripts/deploy-phyllome-desktop_4vCPU_8GB-RAM_20GB-disk.sh b/post-first-startup-scripts/deploy-phyllome-desktop_4vCPU_8GB-RAM_20GB-disk.sh index 000969c..4db4d23 100644 --- a/post-first-startup-scripts/deploy-phyllome-desktop_4vCPU_8GB-RAM_20GB-disk.sh +++ b/post-first-startup-scripts/deploy-phyllome-desktop_4vCPU_8GB-RAM_20GB-disk.sh @@ -12,7 +12,7 @@ virt-install \ --machine q35 \ --name virtual-phyllome-os \ --boot uefi \ - --cpu host-model,topology.sockets=1,topology.cores=2,topology.threads=2 \ + --cpu host-passthrough,topology.sockets=1,topology.cores=2,topology.threads=2 \ --vcpus 1 \ --memory 8192 \ --video virtio \