mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 16:16:47 +00:00
Increase Vagrant Memory
This commit is contained in:
parent
0c74295f50
commit
3b09df645e
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -39,13 +39,13 @@ Vagrant.configure("2") do |config|
|
||||
end
|
||||
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.memory = "1024"
|
||||
v.memory = "2048"
|
||||
v.cpus = "1"
|
||||
v.gui = true
|
||||
end
|
||||
|
||||
config.vm.provider "vmware_desktop" do |v|
|
||||
v.vmx["memsize"] = "1024"
|
||||
v.vmx["memsize"] = "2048"
|
||||
v.vmx["numvcpus"] = "1"
|
||||
v.gui = true
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user