mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7143: sometimes the consolidated 'apt' command runs out of space
This commit is contained in:
parent
41ddb6b768
commit
b4fceef407
|
|
@ -42,7 +42,7 @@ architectures = {
|
|||
config = {
|
||||
:cpu_count => '1',
|
||||
:memory_size => '256',
|
||||
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:disk_size => '3000', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:iso_download_timeout => '1200',
|
||||
:boot_wait => '10',
|
||||
:boot_cmd_sequence => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue