mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Increase RAM on build server
This commit is contained in:
parent
f2cf7c146b
commit
17c9e2f4e7
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 = "precise32"
|
config.vm.box = "precise32"
|
||||||
config.vm.box_url = "/shares/software/OS and Boot/precise32.box"
|
config.vm.box_url = "/shares/software/OS and Boot/precise32.box"
|
||||||
|
|
||||||
config.vm.customize ["modifyvm", :id, "--memory", "1024"]
|
config.vm.customize ["modifyvm", :id, "--memory", "1536"]
|
||||||
|
|
||||||
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