I have a Virtualbox on my Ubuntu (host) that serves few Windows guest OS.
Sometimes the running Windows virtual machine starts massive access to the disk which blocks me in my host environment. I would like to limit the read/write of data access to the physical harddisk.
How can I do it?
Starting from version 4.0 we are able to limit Virtual Box bandwith for acess to disk images (see Virtual Box Manual for details)
We need to create a bandwith group first (in the example below named "Limit" for 20 MB/s):
If you get this error:
then replace the path to the disk image with the UUID given in the error (both should be the same) including the
{}
To further limit disk access to 10 MB/s we can then issue
This can even be done during runtime.