mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 12:19:08 +00:00
Update Vagrantfile
More memory needed for `rake publish`
This commit is contained in:
parent
ce2f2ae8de
commit
4a3fdfaea2
1 changed files with 0 additions and 3 deletions
3
Vagrantfile
vendored
3
Vagrantfile
vendored
|
|
@ -1,9 +1,6 @@
|
|||
Vagrant.configure(2) do |config|
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
config.vm.network :forwarded_port, guest: 4567, host: 4567
|
||||
config.vm.provider "virtualbox" do |vb|
|
||||
vb.memory = "384"
|
||||
end
|
||||
|
||||
config.vm.provision "bootstrap",
|
||||
type: "shell",
|
||||
|
|
|
|||
Loading…
Reference in a new issue