commit | 05b8946b7ceb53df8e485514fe89f248e1116d9e | [log] [tgz] |
---|---|---|
author | Jiri Konecny <konecnyj@students.zcu.cz> | Thu Feb 18 16:38:32 2016 +0100 |
committer | Jiri Konecny <konecnyj@students.zcu.cz> | Thu Feb 18 16:41:26 2016 +0100 |
tree | 938a6d0b0c203f2683d1b2c962d250b9976f4879 | |
parent | 30ec185ab73dea17c262d69cce1659ffc9051771 [diff] |
[CentOS 7 template] Increased memory from 512 to 1024 MiB.
diff --git a/centos-7/template.json b/centos-7/template.json index 1204a48..26ffa66 100644 --- a/centos-7/template.json +++ b/centos-7/template.json
@@ -93,7 +93,7 @@ "guest_additions_path": "VBoxGuestAdditions_{{.Version}}.iso", "virtualbox_version_file": ".vbox_version", "vboxmanage": [ - [ "modifyvm", "{{.Name}}", "--memory", "512" ], + [ "modifyvm", "{{.Name}}", "--memory", "1024" ], [ "modifyvm", "{{.Name}}", "--cpus", "1" ] ] },