Skip to content

Commit b4fceef

Browse files
lsimonsyadvr
authored andcommitted
CLOUDSTACK-7143: sometimes the consolidated 'apt' command runs out of space
1 parent 41ddb6b commit b4fceef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/appliance/definitions/systemvmtemplate/definition.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
config = {
4343
:cpu_count => '1',
4444
:memory_size => '256',
45-
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
45+
:disk_size => '3000', :disk_format => 'VDI', :hostiocache => 'off',
4646
:iso_download_timeout => '1200',
4747
:boot_wait => '10',
4848
:boot_cmd_sequence => [

0 commit comments

Comments
 (0)