Tweak Vagrant settings
This commit is contained in:
parent
74839b539d
commit
96f4752d2e
4
Vagrantfile
vendored
4
Vagrantfile
vendored
|
@ -8,8 +8,8 @@ Vagrant.configure("2") do |config|
|
||||||
|
|
||||||
config.vm.provider "virtualbox" do |vb|
|
config.vm.provider "virtualbox" do |vb|
|
||||||
vb.name = 'dransible'
|
vb.name = 'dransible'
|
||||||
vb.memory = 1024
|
vb.memory = 2048
|
||||||
vb.cpus = 2
|
vb.cpus = 1
|
||||||
end
|
end
|
||||||
|
|
||||||
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
|
# Set the name of the VM. See: http://stackoverflow.com/a/17864388/100134
|
||||||
|
|
Loading…
Reference in a new issue