1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

More buildserver memory

Only needed for 64 bit really, 32 bit is fine.
This commit is contained in:
Ciaran Gultnieks 2013-05-25 13:59:35 +01:00
parent f7d99ed521
commit f79debb132

View File

@ -3,7 +3,7 @@ Vagrant::Config.run do |config|
config.vm.box = "raring64"
config.vm.box_url = "/shares/software/OS and Boot/raring64.box"
config.vm.customize ["modifyvm", :id, "--memory", "2048"]
config.vm.customize ["modifyvm", :id, "--memory", "3584"]
config.vm.provision :shell, :path => "fixpaths.sh"
# Set apt proxy - remove, or adjust this, accordingly!