Changes between Initial Version and Version 1 of Ticket #18936, comment 2
- Timestamp:
- Jul 6, 2024, 5:46:43 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18936, comment 2
initial v1 1 1 So I compared VM settings with `VBoxManage list vms --long` 2 2 3 Turns out VMs created with `Other/Unknown (64-bit)` profile have `x2APIC` disabled which causes massive slowdown in Haiku and high tcpu usage.3 Turns out VMs created with `Other/Unknown (64-bit)` profile have `x2APIC` disabled which causes massive slowdown in Haiku and high cpu usage. 4 4 5 5 You can't enable it from the GUI so you need to run `VBoxManage modifyvm "name" --x2apic on`.