Skip to content

Commit

Permalink
[Build]: Fix tmpfs space not enough issue when building vs image (son…
Browse files Browse the repository at this point in the history
…ic-net#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
  • Loading branch information
xumia authored and qiluo-msft committed Dec 6, 2021
1 parent a3f1769 commit 5670f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_kvm_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# SPDX-License-Identifier: GPL-2.0

MEM=3072
MEM=4096
DISK=$1
ONIE_RECOVERY_ISO=$2
INSTALLER=$3
Expand Down

0 comments on commit 5670f25

Please sign in to comment.