summaryrefslogtreecommitdiffstats
path: root/share/examples
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2013-10-09 07:55:21 +0000
committermarkm <markm@FreeBSD.org>2013-10-09 07:55:21 +0000
commit910e40a469b76eb7a0a7ab826835835a8e753047 (patch)
tree3123c8757f15404168bad03ae54d63d8181cc265 /share/examples
parent96f5566b8ee5cc7af6b65612eb13e6c52d7c6f2d (diff)
downloadFreeBSD-src-910e40a469b76eb7a0a7ab826835835a8e753047.zip
FreeBSD-src-910e40a469b76eb7a0a7ab826835835a8e753047.tar.gz
MFC - tracking commit
Diffstat (limited to 'share/examples')
-rwxr-xr-xshare/examples/bhyve/vmrun.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/bhyve/vmrun.sh b/share/examples/bhyve/vmrun.sh
index 73a7162..2e1bb38 100755
--- a/share/examples/bhyve/vmrun.sh
+++ b/share/examples/bhyve/vmrun.sh
@@ -31,7 +31,7 @@ LOADER=/usr/sbin/bhyveload
BHYVECTL=/usr/sbin/bhyvectl
FBSDRUN=/usr/sbin/bhyve
-DEFAULT_MEMSIZE=512
+DEFAULT_MEMSIZE=512M
DEFAULT_CPUS=2
DEFAULT_TAPDEV=tap0
@@ -47,7 +47,7 @@ usage() {
echo " -g: listen for connection from kgdb at <gdbport>"
echo " -i: force boot of the Installation CDROM image"
echo " -I: Installation CDROM image location (default is ${DEFAULT_ISOFILE})"
- echo " -m: memory size in MB (default is ${DEFAULT_MEMSIZE}MB)"
+ echo " -m: memory size (default is ${DEFAULT_MEMSIZE})"
echo " -t: tap device for virtio-net (default is $DEFAULT_TAPDEV)"
echo ""
echo " This script needs to be executed with superuser privileges"
OpenPOWER on IntegriCloud