mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
More buildserver memory
Only needed for 64 bit really, 32 bit is fine.
This commit is contained in:
parent
f7d99ed521
commit
f79debb132
2
buildserver/Vagrantfile
vendored
2
buildserver/Vagrantfile
vendored
@ -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!
|
||||
|
Loading…
Reference in New Issue
Block a user