Add extra spaceto base image (#51)

Right now the base image has 10Gb free which is very conservative if you want to compile much of thing or install Node.js modules. The disk is compressed when pushed so this change shouldn't affect the size of pull that much.

Fixes https://github.com/cirruslabs/cirrus-ci-docs/issues/1065
This commit is contained in:
Fedor Korotkov 2022-08-31 15:55:25 -04:00 committed by GitHub
parent 439e73a85f
commit 6e820fcd29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ source "tart-cli" "tart" {
vm_name = "${var.macos_version}-base"
cpu_count = 4
memory_gb = 8
disk_size_gb = 30
disk_size_gb = 40
ssh_password = "admin"
ssh_username = "admin"
ssh_timeout = "120s"