mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-11 04:42:16 +01:00
release: Bump default VM size for riscv64 to 6 GB
Due to issues with the riscv64 toolchain, some binaries end up significantly larger on riscv64 than they should be. This results in riscv64 VM images -- and at present *only* riscv64 images -- not fitting within the default 5 GB filesystem size. Bump the default size for riscv64 to 6 GB until the toolchain issues can be resolved. MFC after: 1 week Sponsored by: Amazon
This commit is contained in:
parent
5654b42142
commit
59c21ed6e8
@ -6,7 +6,11 @@
|
|||||||
|
|
||||||
VMTARGETS= vm-image
|
VMTARGETS= vm-image
|
||||||
VMFORMATS?= vhd vmdk qcow2 raw
|
VMFORMATS?= vhd vmdk qcow2 raw
|
||||||
|
.if ${TARGET_ARCH} == riscv64
|
||||||
|
VMSIZE?= 6144m
|
||||||
|
.else
|
||||||
VMSIZE?= 5120m
|
VMSIZE?= 5120m
|
||||||
|
.endif
|
||||||
VMFS?= ufs
|
VMFS?= ufs
|
||||||
VMFSLIST?= ufs zfs
|
VMFSLIST?= ufs zfs
|
||||||
SWAPSIZE?= 1g
|
SWAPSIZE?= 1g
|
||||||
|
Loading…
Reference in New Issue
Block a user