summaryrefslogtreecommitdiffstats
path: root/meta/conf/fragments/yocto-autobuilder/autobuilder-resource-constraints.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/fragments/yocto-autobuilder/autobuilder-resource-constraints.conf')
-rw-r--r--meta/conf/fragments/yocto-autobuilder/autobuilder-resource-constraints.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/conf/fragments/yocto-autobuilder/autobuilder-resource-constraints.conf b/meta/conf/fragments/yocto-autobuilder/autobuilder-resource-constraints.conf
new file mode 100644
index 0000000000..58cadd92b6
--- /dev/null
+++ b/meta/conf/fragments/yocto-autobuilder/autobuilder-resource-constraints.conf
@@ -0,0 +1,26 @@
1BB_CONF_FRAGMENT_SUMMARY = "Resource constraint variables used on the Yocto Projects autobuilder"
2BB_CONF_FRAGMENT_DESCRIPTION = "Resource constraint variables used on the Yocto Projects autobuilder"
3
4BB_NUMBER_THREADS = '16'
5BB_NUMBER_PARSE_THREADS = '16'
6BB_SERVER_TIMEOUT = '60'
7PARALLEL_MAKE = '-j 16 -l 75'
8BB_PRESSURE_MAX_CPU = '20000'
9BB_PRESSURE_MAX_IO = '20000'
10BB_LOADFACTOR_MAX = '1.5'
11XZ_MEMLIMIT = '5%'
12XZ_THREADS = '8'
13ZSTD_THREADS = '8'
14BB_TASK_NICE_LEVEL = '5'
15BB_TASK_NICE_LEVEL:task-testimage = '0'
16BB_TASK_IONICE_LEVEL = '2.7'
17BB_TASK_IONICE_LEVEL:task-testimage = '2.1'
18TEST_QEMUBOOT_TIMEOUT = '1500'
19BB_DISKMON_DIRS ?= 'STOPTASKS,${TMPDIR},1G,100K STOPTASKS,${DL_DIR},1G STOPTASKS,${SSTATE_DIR},1G STOPTASKS,/tmp,100M,30K HALT,${TMPDIR},100M,1K HALT,${DL_DIR},100M HALT,${SSTATE_DIR},100M HALT,/tmp,10M,1K'
20RUNQEMU_TMPFS_DIR = '/home/pokybuild/tmp'
21BB_HEARTBEAT_EVENT ?= '60'
22BB_LOG_HOST_STAT_ON_INTERVAL = '1'
23BB_LOG_HOST_STAT_CMDS_INTERVAL = 'oe-time-dd-test.sh -c 100 -t 3'
24BB_LOG_HOST_STAT_ON_FAILURE = '1'
25BB_LOG_HOST_STAT_CMDS_FAILURE = 'oe-time-dd-test.sh -l'
26