diff options
| author | 2024-03-06 13:51:35 -0500 | |
|---|---|---|
| committer | 2024-03-06 13:51:35 -0500 | |
| commit | 31d0b2a70f4ba97b88451f877b7bbb7b4d964cc6 (patch) | |
| tree | 06bfe81ce26f507c04c280f62d910d543b387dda /teams/cloud | |
| parent | 31f9f8a7437ffe6cb5a9a761dfac62949f8b07ff (diff) | |
| download | kiwi-descriptions-31d0b2a70f4ba97b88451f877b7bbb7b4d964cc6.tar.gz kiwi-descriptions-31d0b2a70f4ba97b88451f877b7bbb7b4d964cc6.zip | |
teams/cloud/cloud: Bump the Google Cloud image to 10G
Anything lower than that causes performance problems.
Diffstat (limited to 'teams/cloud')
| -rw-r--r-- | teams/cloud/cloud.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/teams/cloud/cloud.xml b/teams/cloud/cloud.xml index ecc2677..03466b4 100644 --- a/teams/cloud/cloud.xml +++ b/teams/cloud/cloud.xml @@ -57,7 +57,8 @@ rootfs_label="fedora" > <bootloader name="grub2" timeout="0"/> - <size unit="G">5</size> + <!-- GCP engineers have told us the disk images have bad performance if they are anything less than 10G --> + <size unit="G">10</size> <systemdisk> <volume name="@root=root"/> <volume name="home" parent="/"/> |