Hi there,
I tried to setup Windows 10 guest on a FreeBSD workstation with two AMD EPYC 7642 48-Core Processor.
When I just set up vCPU with `-c 16` or anything large than 2 without specify sockets, cores, and threads, then the Windows 10 guest startup quickly and display with only 2 vCPU.
If I setup the vCPU as:
-c 8,sockets=1,cores=4,threads=2
-c 8,sockets=1,cores=8,threads=1
-c 8,sockets=2,cores=2,threads=2
-c 8,sockets=2,cores=4,threads=1
The Windows 10 guest could startup quickly and displayed the correct vCPU.
If I set up the vCPU more than 8 by specify sockets, cores, and threads, then Windows 10 guest will startup slowly, and the more the vCPU, the slower the startup. After a long time, the Windows 10 guest could startup and display the corrected vCPU. However, It should not be so slow during startup.
My FreeBSD is the latest RELEASE, 14.3-RELEASE-p3 with all package updated. I use vm-bhyve to manage the setting up of Windows 10 guest.
My Windows 10 guest is the Windows 10 Pro and Windows 10 Pro for Workstations (22H2).
Any hints? Thanks in advance.
I tried to setup Windows 10 guest on a FreeBSD workstation with two AMD EPYC 7642 48-Core Processor.
When I just set up vCPU with `-c 16` or anything large than 2 without specify sockets, cores, and threads, then the Windows 10 guest startup quickly and display with only 2 vCPU.
If I setup the vCPU as:
-c 8,sockets=1,cores=4,threads=2
-c 8,sockets=1,cores=8,threads=1
-c 8,sockets=2,cores=2,threads=2
-c 8,sockets=2,cores=4,threads=1
The Windows 10 guest could startup quickly and displayed the correct vCPU.
If I set up the vCPU more than 8 by specify sockets, cores, and threads, then Windows 10 guest will startup slowly, and the more the vCPU, the slower the startup. After a long time, the Windows 10 guest could startup and display the corrected vCPU. However, It should not be so slow during startup.
My FreeBSD is the latest RELEASE, 14.3-RELEASE-p3 with all package updated. I use vm-bhyve to manage the setting up of Windows 10 guest.
My Windows 10 guest is the Windows 10 Pro and Windows 10 Pro for Workstations (22H2).
Any hints? Thanks in advance.