chiark / gitweb /
makebuildserver: change mem default 2 GB
authorMarcus Hoffmann <bubuiic@aol.com>
Fri, 20 Oct 2017 13:20:51 +0000 (15:20 +0200)
committerMarcus Hoffmann <bubuiic@aol.com>
Wed, 25 Oct 2017 12:13:35 +0000 (14:13 +0200)
1 GB is not enough for a modern android toolchain, so we change it to
something actually usable.

examples/makebuildserver.config.py
makebuildserver

index 7015cf5814acd0872d3d161c6d702f2f642254a5..3c24389952d5ac6470acfa196fa6c02ff42692dc 100644 (file)
@@ -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
index e899100dd8ad7fe309f4d2316fb9dc095dd48f9a..08f07d0afcabb389e802f034ea9194e625adec02 100755 (executable)
@@ -67,7 +67,7 @@ config = {
     'boot_timeout': 600,
     'cachedir': cachedir,
     'cpus': 1,
-    'memory': 1024,
+    'memory': 2048,
     'hwvirtex': 'off',
     'vm_provider': 'virtualbox',
 }