mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Increase the default VMSIZE for raw, qcow2, vhd, and vmdk virtual
machine images due to 'filesystem full' failures. Sponsored by: Rubicon Communications, LLC (Netgate)
This commit is contained in:
parent
34e9a37f4d
commit
7d89eed528
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
VMTARGETS= vm-image
|
||||
VMFORMATS?= vhd vmdk qcow2 raw
|
||||
VMSIZE?= 3072M
|
||||
VMSIZE?= 4096M
|
||||
SWAPSIZE?= 1G
|
||||
VMBASE?= vm
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue