fix cpuset

This commit is contained in:
nihilist 2025-05-11 20:21:19 +02:00
parent 79fcd2202f
commit fc35c3bbae
2 changed files with 3 additions and 3 deletions

View file

@ -158,9 +158,9 @@ So here we do the same for the whonix workstation to give it 8GB of memory, with
[...]
<__memory dumpCore="off" unit="GiB">8 </memory> <__currentMemory unit="GiB">8 </currentMemory>
<memory dumpCore="off" unit="GiB">8 </memory> <currentMemory unit="GiB">8 </currentMemory>
[...] <vcpu placement="static" cpuset="1">4 </vcpu>
[...] <vcpu placement="static">4 </vcpu>
[...] <disk type="file" device="disk"> <driver name="qemu" type="qcow2"/> <__source file="/run/media/private/user/sda/Whonix-Gateway.qcow2"/> <target dev="vda" bus="virtio"/> <address type="pci" domain="0x0000" bus="0x00" slot="0x06" function="0x0"/> </disk>