From 511ab46faf8b8c827f190e03f07fa2bc5490c95a Mon Sep 17 00:00:00 2001 From: "Z. Cliffe Schreuders" Date: Sat, 27 Jul 2024 00:52:19 +0100 Subject: [PATCH] Proxmox more ram --- lib/templates/Vagrantfile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/Vagrantfile.erb b/lib/templates/Vagrantfile.erb index b6f853972..525099d05 100644 --- a/lib/templates/Vagrantfile.erb +++ b/lib/templates/Vagrantfile.erb @@ -117,7 +117,7 @@ end # proxmox.qemu_bridge = 'vmbr0' proxmox.vm_id_range = 1000..999999999 - proxmox.vm_memory = 3000 + proxmox.vm_memory = 4096 proxmox.selected_node = '<%= @options[:proxmoxnode] %>' proxmox.disable_adjust_forwarded_port = true end