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

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;