Merge pull request #82 from fishilico/increase-mem-1024

Use 1GB memory when installing Arch Linux ISO
This commit is contained in:
Nicolas Iooss 2025-10-22 22:06:30 +02:00 committed by GitHub
commit dbf58a2a45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@
"/usr/bin/bash ./enable-ssh.sh<enter>"
],
"cpus": 1,
"memory": 768,
"memory": 1024,
"disk_size": 20480,
"ssh_username": "vagrant",
"ssh_password": "vagrant",
@ -46,7 +46,7 @@
"/usr/bin/bash ./enable-ssh.sh<enter>"
],
"cpus": 1,
"memory": 768,
"memory": 1024,
"disk_size": 20480,
"hard_drive_interface": "sata",
"ssh_username": "vagrant",
@ -68,7 +68,7 @@
"/usr/bin/bash ./enable-ssh.sh<enter>"
],
"cpus": 1,
"memory": 768,
"memory": 1024,
"disk_size": 20480,
"ssh_username": "vagrant",
"ssh_password": "vagrant",
@ -89,7 +89,7 @@
"/usr/bin/bash ./enable-ssh.sh<enter>"
],
"cpus": 1,
"memory": 768,
"memory": 1024,
"disk_size": 20480,
"ssh_username": "vagrant",
"ssh_password": "vagrant",