mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-19 21:30:10 +01: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
@ -44,7 +44,7 @@
|
|||||||
#
|
#
|
||||||
# debian_mirror = 'http://ftp.uk.debian.org/debian/'
|
# 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
|
# memory = 3584
|
||||||
|
|
||||||
# The number of CPUs the build server will have
|
# The number of CPUs the build server will have
|
||||||
|
@ -67,7 +67,7 @@ config = {
|
|||||||
'boot_timeout': 600,
|
'boot_timeout': 600,
|
||||||
'cachedir': cachedir,
|
'cachedir': cachedir,
|
||||||
'cpus': 1,
|
'cpus': 1,
|
||||||
'memory': 1024,
|
'memory': 2048,
|
||||||
'hwvirtex': 'off',
|
'hwvirtex': 'off',
|
||||||
'vm_provider': 'virtualbox',
|
'vm_provider': 'virtualbox',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user