From 4376674c668e81b3399c21dc8143a46e16f8fec0 Mon Sep 17 00:00:00 2001 From: max <max@noreply.git.hamburg.ccc.de> Date: Mon, 10 Feb 2025 22:27:03 +0100 Subject: [PATCH] only use a single CPU core --- build-proxmox-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-proxmox-template b/build-proxmox-template index 1534c7f..db73021 100755 --- a/build-proxmox-template +++ b/build-proxmox-template @@ -55,7 +55,7 @@ qm resize ${VMID} scsi0 16G qm set ${VMID} --machine q35 qm set ${VMID} --ostype l26 qm set ${VMID} --cpu cputype=host -qm set ${VMID} --cores 2 +qm set ${VMID} --cores 1 qm set ${VMID} --serial0 socket --vga serial0 qm set ${VMID} --agent 1,fstrim_cloned_disks=1 qm set ${VMID} --ciuser chaos