Changes between Version 4 and Version 5 of Ticket #12747, comment 4
- Timestamp:
- Mar 6, 2014 4:52:23 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12747, comment 4
v4 v5 2 2 3 3 Edit: 4 I tried to set cpu affinity for VirtualBox, and yes, this improves the VMs behaviour; not perfect for Centos 5.7 VM, but definitely better for Ubuntu 13.10 VM. 4 I tried to set cpu affinity for VirtualBox, and yes, this improves the VMs behaviour; not perfect for Centos 5.7 VM, but definitely better for Ubuntu 13.10 VM.[[BR]] 5 5 6 # taskset -cp 0,2 <pid>[[BR]] 6 7 on the main virtualbox process.