teams/cloud/cloud: Bump the Google Cloud image to 10G

Anything lower than that causes performance problems.
This commit is contained in:
Neal Gompa 2024-03-06 13:51:35 -05:00
parent 31f9f8a743
commit 31d0b2a70f

View File

@ -57,7 +57,8 @@
rootfs_label="fedora" rootfs_label="fedora"
> >
<bootloader name="grub2" timeout="0"/> <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> <systemdisk>
<volume name="@root=root"/> <volume name="@root=root"/>
<volume name="home" parent="/"/> <volume name="home" parent="/"/>