bump memory in vagrantfile to 512mb
This commit is contained in:
parent
8f7d95d86f
commit
b109ee1378
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -4,7 +4,7 @@
|
|||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "archlinux/archlinux"
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.memory = 256
|
||||
v.memory = 512
|
||||
v.cpus = 2
|
||||
end
|
||||
config.vm.network "forwarded_port", guest: 1235, host: 1235
|
||||
|
|
Loading…
Reference in a new issue