mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
makebuildserver: change mem default 2 GB
1 GB is not enough for a modern android toolchain, so we change it to something actually usable.
This commit is contained in:
parent
3407c67041
commit
f9444386e6
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@
|
|||
#
|
||||
# debian_mirror = 'http://ftp.uk.debian.org/debian/'
|
||||
|
||||
# The amount of RAM the build server will have (default: 1024)
|
||||
# The amount of RAM the build server will have (default: 2048)
|
||||
# memory = 3584
|
||||
|
||||
# The number of CPUs the build server will have
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue