commit | 56cf9e3883a4cb3062f993addb40582819066e60 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Fri Feb 19 09:56:08 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Fri Feb 19 09:56:08 2016 +0100 |
tree | 32bb729273b1c92e338cb3f417c8f8d7fd8cc085 | |
parent | 4b3f385006ff10b7f37c31a4821981818af25824 [diff] [blame] |
Set qemuargs to raise memory
diff --git a/debian-8/template.json b/debian-8/template.json index 62ff82e..f82d880 100644 --- a/debian-8/template.json +++ b/debian-8/template.json
@@ -185,6 +185,9 @@ }, { "type": "qemu", + "qemuargs": [ + [ "-m", "1024M" ] + ], "vm_name": "{{ user `distro` }}-{{ timestamp }}", "output_directory": "images/{{ user `distro` }}-qemu-{{ timestamp }}", "format": "qcow2",