Reduce the default memory allocation for a VM from 768MB to 128MB.

Obtained from:	NetApp
This commit is contained in:
Neel Natu 2013-01-08 01:56:05 +00:00
parent 70d980fc34
commit e37bc32183
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bhyve/; revision=245144

View File

@ -567,7 +567,7 @@ main(int argc, char** argv)
progname = argv[0];
lowmem = 768 * MB;
lowmem = 128 * MB;
highmem = 0;
disk_image = NULL;