dgzyk / phpvirtualbox

Automatically exported from code.google.com/p/phpvirtualbox
Other
0 stars 0 forks source link

Support for ionice and nice levels in vboxinit #594

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Will be great support ionice and nice levels in phpvirtualbox :)

regards!

Original issue reported on code.google.com by ediaz...@gmail.com on 27 Sep 2012 at 6:03

GoogleCodeExporter commented 8 years ago
Virtualbox actually has its own limiting functions for that. CPU limiting is 
present in phpVirtualbox.

I/O limiting is described here: 
http://www.virtualbox.org/manual/ch05.html#storage-bandwidth-limit 
Network limiting here: 
http://www.virtualbox.org/manual/ch06.html#network_bandwidth_limit

I would appreciate having the storage and network limiter in the GUI as well, 
anyhow the commandline most likely works well as well.

Original comment by johanne...@web.de on 28 Sep 2012 at 7:53

GoogleCodeExporter commented 8 years ago
This is great but Limit is not the same as Priorice.

inioce -c 3 put the virutal machines as low priority possible in the machine, 
will be creat it the vboxinit can exec as this, becasue the sistem allways is 
goint to use the max limit but in low priority :)

regards!!

Original comment by ediaz...@gmail.com on 29 Sep 2012 at 2:37

GoogleCodeExporter commented 8 years ago
Hello,

This is more advanced than the vboxinit script aims to be. Feel free to 
customize it to suit your needs as you see fit.

Original comment by imooreya...@gmail.com on 3 Oct 2012 at 2:11