chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d99ed
)
More buildserver memory
author
Ciaran Gultnieks
<ciaran@ciarang.com>
Sat, 25 May 2013 12:59:35 +0000
(13:59 +0100)
committer
Ciaran Gultnieks
<ciaran@ciarang.com>
Sat, 25 May 2013 12:59:35 +0000
(13:59 +0100)
Only needed for 64 bit really, 32 bit is fine.
buildserver/Vagrantfile
patch
|
blob
|
history
diff --git
a/buildserver/Vagrantfile
b/buildserver/Vagrantfile
index e435c5148b23775c3d9fce1465816e0379e709e5..49e9b5b7795851adadce7b9e599a76ecebb6d9a8 100644
(file)
--- a/
buildserver/Vagrantfile
+++ b/
buildserver/Vagrantfile
@@
-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!