V
V
Vitaly Pukhov2015-07-14 10:11:16
virtual box
Vitaly Pukhov, 2015-07-14 10:11:16

Is it possible to speed up time on a virtual machine?

Of course, the time for a PC is set "hardware", but for a virtual machine, in theory, there is no reason to follow the hardware "time", it would be interesting to see how the OS will work if the "time is accelerated" (once every 15). Is it possible to do this?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Saboteur, 2015-07-14
@Neuroware

Increase speed to 200% on guest machine:
VBoxManage setextradata "VM name" "VBoxInternal/TM/WarpDrivePercentage" 200
Decrease to 50% on guest machine:
VBoxManage setextradata "VM name" "VBoxInternal/TM/WarpDrivePercentage" 50
Just before that, check in the machine settings so that the guest machine does not synchronize time with the host:
VBoxManage setextradata "VM name" "VBoxInternal/TM/TSCTiedToExecution" 1
Other commands:
mirspo.narod.ru/vbox4/ch09.html#changetscmode

D
Danil Antoshkin, 2015-07-14
@TwerTrue

So, what exactly needs to change?

S
Spetros, 2015-07-14
@Spetros

Performance depends on processor cycles, not system time.
If the timer goes faster, almost nothing will change, except for places where delays are artificially introduced using the timer (for example, in the graphical interface, the effect of the appearance of the menu will work out faster).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question