summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorfumingwei <[email protected]>2024-08-28 18:35:00 +0800
committer付明卫 <[email protected]>2024-08-30 10:20:36 +0000
commitc46ed8a262dc02dc2acca17477cfe693132f322d (patch)
treeb2843931077f5936e1390533994de5f67da4a176 /tools
parentb3acbb1a4fdbd986c9a733cf7905e1c74a0d0e27 (diff)
bugfix:fix the build kvm oom issue caused by too large image size.
Diffstat (limited to 'tools')
-rw-r--r--tools/mk-kvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mk-kvm.sh b/tools/mk-kvm.sh
index b2b361ed..9ba752c2 100644
--- a/tools/mk-kvm.sh
+++ b/tools/mk-kvm.sh
@@ -5,7 +5,7 @@
# SPDX-License-Identifier: GPL-2.0
set -xe
-MEM=16384
+MEM=28672
DISK=$1
# Path to ONIE installer .iso image