NO BUG - Increase memory allocation for documentation VM

This commit is contained in:
Gregory Szorc 2013-09-26 09:21:20 -07:00
parent fc1535f8b0
commit 9f15f69ebd

View File

@ -7,4 +7,7 @@ Vagrant::Config.run do |config|
config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
config.vm.share_folder("gecko", "/gecko", "../..")
# Doxygen needs more than the default memory or it will swap and be
# extremely slow.
config.vm.customize ["modifyvm", :id, "--memory", 1024]
end