[Build]: Fix tmpfs space not enough issue when building vs image (#9438)
Fix no space left on device issue in tmpfs. 2021-12-01T06:30:40.1651742Z cp: write error: No space left on device 2021-12-01T06:30:40.1652225Z Failure: local_fs_run():/dev/vdb Unable to copy /tmp/tmp.gl4Sgp/onie-installer.bin to tmpfs
This commit is contained in:
parent
d041e600e2
commit
dae0887394
@ -4,7 +4,7 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
MEM=3072
|
||||
MEM=4096
|
||||
DISK=$1
|
||||
ONIE_RECOVERY_ISO=$2
|
||||
INSTALLER=$3
|
||||
|
Loading…
Reference in New Issue
Block a user