Reduce the default memory allocation for a VM from 768MB to 128MB.
Obtained from: NetApp
This commit is contained in:
parent
70d980fc34
commit
e37bc32183
@ -567,7 +567,7 @@ main(int argc, char** argv)
|
||||
|
||||
progname = argv[0];
|
||||
|
||||
lowmem = 768 * MB;
|
||||
lowmem = 128 * MB;
|
||||
highmem = 0;
|
||||
disk_image = NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user