mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
More buildserver memory
Only needed for 64 bit really, 32 bit is fine.
This commit is contained in:
parent
f7d99ed521
commit
f79debb132
1 changed files with 1 additions and 1 deletions
2
buildserver/Vagrantfile
vendored
2
buildserver/Vagrantfile
vendored
|
@ -3,7 +3,7 @@ Vagrant::Config.run do |config|
|
||||||
config.vm.box = "raring64"
|
config.vm.box = "raring64"
|
||||||
config.vm.box_url = "/shares/software/OS and Boot/raring64.box"
|
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"
|
config.vm.provision :shell, :path => "fixpaths.sh"
|
||||||
# Set apt proxy - remove, or adjust this, accordingly!
|
# Set apt proxy - remove, or adjust this, accordingly!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue