foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.55k stars 1.14k forks source link

I don't understand the performance doc #593

Open ghost opened 1 year ago

ghost commented 1 year ago

The default configuration enables 4 threads, divided into CPUs with 2 cores each.

I don't understand what do you mean divided into CPUs with 2 cores each? I have 4 cores and 8 threads do i put cores to 2 and threads to 8? Sorry if this is obvious :(

walker84837 commented 1 year ago

So, CPUs have physical cores and virtual cores (also named threads). So, from this, I think the performance Markdown file is talking about how the default configuration has 2 physical cores and 4 threads passed through the VM (in this case macOS).