summaryrefslogtreecommitdiff
path: root/vm-libvirt.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-04-07 10:31:49 +0300
committerLars Wirzenius <liw@liw.fi>2020-04-07 10:31:49 +0300
commitb2144fcacebfe307b63b6be1983e2751d1cc04d8 (patch)
tree2ac174b9786ce9794530e659a75017e5e8fe0ee3 /vm-libvirt.sh
parent2fb41e0cf688a64ee0eb837accd9b239bde23c47 (diff)
downloadick-contractor-b2144fcacebfe307b63b6be1983e2751d1cc04d8.tar.gz
Change: number of vCPUs
Diffstat (limited to 'vm-libvirt.sh')
-rwxr-xr-xvm-libvirt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm-libvirt.sh b/vm-libvirt.sh
index 90cb434..2c2f25f 100755
--- a/vm-libvirt.sh
+++ b/vm-libvirt.sh
@@ -72,6 +72,7 @@ virt-install --connect qemu:///system \
--quiet \
--name="$name" \
--memory=8192 \
+ --vcpus=4 \
--cpu=host \
--import \
--os-variant=debian9 \