Changes between Initial Version and Version 1 of Ticket #18936, comment 2


Ignore:
Timestamp:
Jul 6, 2024, 5:46:43 PM (5 months ago)
Author:
diver

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18936, comment 2

    initial v1  
    11So I compared VM settings with `VBoxManage list vms --long`
    22
    3 Turns out VMs created with `Other/Unknown (64-bit)` profile have `x2APIC` disabled which causes massive slowdown in Haiku and hight cpu usage.
     3Turns out VMs created with `Other/Unknown (64-bit)` profile have `x2APIC` disabled which causes massive slowdown in Haiku and high cpu usage.
    44
    55You can't enable it from the GUI so you need to run `VBoxManage modifyvm "name" --x2apic on`.