composite/factory: bump to 4G due to unknown ZFS size requirement "change"

3G are enough for UFS but ZFS fails while installibg packages.  This brings
it back to working order and that's good enough.
This commit is contained in:
Franco Fichtner 2024-05-02 11:26:46 +02:00
parent f422ef4c08
commit e118cc3dd4

View file

@ -48,4 +48,4 @@ if [ -n "${PRODUCT_ZFS}" ]; then
FS=zfs
fi
make vm-raw,3G,never,serial compress-vm VERSION=${COREFILE##*-}-${FS}
make vm-raw,4G,never,serial compress-vm VERSION=${COREFILE##*-}-${FS}