testbuiltin: reduce the root disk size

faster bootup and use less space

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Prasanna Santhanam 2013-08-07 15:47:53 +05:30
parent 70fdd43c84
commit 63f303933a
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Veewee::Definition.declare({
:cpu_count => '1',
:memory_size=> '2048',
:disk_size => '32000', :disk_format => 'VDI', :hostiocache => 'off',
:disk_size => '8000', :disk_format => 'VDI', :hostiocache => 'off',
:os_type_id => 'RedHat6_64',
:iso_file => "CentOS-6.4-x86_64-minimal.iso",
:iso_src => "http://centos.mirror.net.in/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-minimal.iso",