diff --git a/arch-template.json b/arch-template.json index 9eba102..91ac687 100644 --- a/arch-template.json +++ b/arch-template.json @@ -22,6 +22,7 @@ "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh" ], + "memory": 768, "disk_size": 20480, "ssh_username": "vagrant", "ssh_password": "vagrant", @@ -42,6 +43,7 @@ "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh" ], + "memory": 768, "disk_size": 20480, "hard_drive_interface": "sata", "ssh_username": "vagrant", @@ -62,6 +64,7 @@ "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh" ], + "memory": 768, "disk_size": 20480, "ssh_username": "vagrant", "ssh_password": "vagrant", @@ -81,6 +84,7 @@ "/usr/bin/curl -O http://{{ .HTTPIP }}:{{ .HTTPPort }}/poweroff.timer", "/usr/bin/bash ./enable-ssh.sh" ], + "memory": 768, "disk_size": 20480, "ssh_username": "vagrant", "ssh_password": "vagrant",