Reverting previous change, including M on memory line to be explicit about what we are requesting

This commit is contained in:
Kent Holloway 2014-10-06 10:11:39 -05:00
parent 6b5a505384
commit 9e2d0af5ab
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ func getCommandArgs(bootDrive string, state multistep.StateBag) ([]string, error
defaultArgs["-drive"] = fmt.Sprintf("file=%s,if=%s", imgPath, config.DiskInterface)
defaultArgs["-cdrom"] = isoPath
defaultArgs["-boot"] = bootDrive
defaultArgs["-m"] = "512"
defaultArgs["-m"] = "512M"
defaultArgs["-vnc"] = vnc
// Append the accelerator to the machine type if it is specified