]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: improve memory size documentation
authornovel <novel@FreeBSD.org>
Sun, 26 Jun 2016 14:44:01 +0000 (14:44 +0000)
committernovel <novel@FreeBSD.org>
Sun, 26 Jun 2016 14:44:01 +0000 (14:44 +0000)
commitbb60d9d56b5b703b57e4eda44e5c5197a368d2ef
tree47ecd1fa7f04450474461ab18533a5662959d852
parentfeef92098a4ea6c4e7e0243cf3143ac04db9ce74
bhyve: improve memory size documentation

A couple of minor memory size option related nits:

 - use common name 'memsize' (instead of 'max-size' or just 'size')
 - bhyve: update usage with memsize unit suffix, drop legacy "MB"
   unit
 - bhyveload: update usage with memsize unit suffix
 - bhyve(8): document default size
 - bhyveload(8): use memsize formatting like it's done
   in bhyve(8)

Reviewed by:            wblock, grehan
Approved by:            re (kib), wblock, grehan
Differential Revision:  https://reviews.freebsd.org/D6952
usr.sbin/bhyve/bhyve.8
usr.sbin/bhyve/bhyverun.c
usr.sbin/bhyveload/bhyveload.8
usr.sbin/bhyveload/bhyveload.c