mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Increase memory disk size
This commit is contained in:
parent
bf2602a976
commit
1e70041e89
@ -197,7 +197,7 @@ export STAGE_CHROOT_DIR=${STAGE_CHROOT_DIR:-"${SCRATCHDIR}/stage-dir"}
|
||||
export FINAL_CHROOT_DIR=${FINAL_CHROOT_DIR:-"${SCRATCHDIR}/final-dir"}
|
||||
|
||||
# 400M is not enough for amd64
|
||||
export MEMORYDISK_SIZE=${MEMORYDISK_SIZE:-"768M"}
|
||||
export MEMORYDISK_SIZE=${MEMORYDISK_SIZE:-"1024M"}
|
||||
|
||||
# OVF/vmdk parms
|
||||
# Name of ovf file included inside OVA archive
|
||||
|
||||
Loading…
Reference in New Issue
Block a user