Hello Christian,
On 09.11.2014 14:51, Alexander Boettcher wrote:
The core services and init are running on the boot CPU. By moving all critical servers to another CPU (as done in your run script) you get a lot of cross CPU switching overhead, whenever the services call init or core.
The better approach is to start VBox on another CPU instead, actually I doesn't know whether this is already works ...
please try following attached patch. With it VBox can be started also on another CPU then the boot CPU.
Does it work for you ?
Alex.