mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7143: initial apt-upgrade still running out of space (upgrading the kernel)
I wonder if this is due to the 7.4.0->7.6.0 needing more space. Should see if there's more stuff that can be cleaned earlier?
This commit is contained in:
parent
b4fceef407
commit
0570d37106
|
|
@ -42,7 +42,7 @@ architectures = {
|
|||
config = {
|
||||
:cpu_count => '1',
|
||||
:memory_size => '256',
|
||||
:disk_size => '3000', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:disk_size => '3500', :disk_format => 'VDI', :hostiocache => 'off',
|
||||
:iso_download_timeout => '1200',
|
||||
:boot_wait => '10',
|
||||
:boot_cmd_sequence => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue