Boost VM RAM

Bump VM RAM to 4096MB
This commit is contained in:
Greg Hellings
2022-06-05 15:51:36 -05:00
committed by GitHub
parent a552637428
commit 288b91a797
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ locals {
})
cpus = 2
memory = 2048
memory = 4096
disk_size = 10
ssh = {
username = "vagrant"