mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 03:49:42 +00:00
NO BUG - Increase memory allocation for documentation VM
This commit is contained in:
parent
fc1535f8b0
commit
9f15f69ebd
3
build/docs/Vagrantfile
vendored
3
build/docs/Vagrantfile
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user