From e71e847cc6ee131632e4b0b7a298432db0c88ff9 Mon Sep 17 00:00:00 2001 From: lukas Date: Fri, 26 Nov 2021 20:24:20 +0000 Subject: [PATCH] docs: update gofurther/virt-install --- gofurther/virt-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gofurther/virt-install.md b/gofurther/virt-install.md index 947063d..1720c58 100644 --- a/gofurther/virt-install.md +++ b/gofurther/virt-install.md @@ -2,7 +2,7 @@ title: Linux family description: published: true -date: 2021-11-26T20:23:34.560Z +date: 2021-11-26T20:24:17.493Z tags: editor: markdown dateCreated: 2021-11-12T15:27:40.366Z @@ -158,7 +158,7 @@ virt-install \ --machine q35 \ --name virtual-desktop \ --boot uefi \ - --cpu host-model,topology.sockets=1,topology.cores=1,topology.threads=1 \ + --cpu host-model,topology.sockets=1,topology.cores=2,topology.threads=1 \ --vcpus 2 \ --memory 4096 \ --video virtio \