summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-bugzilla-files/config3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-bugzilla-files/config b/test-bugzilla-files/config
index 984bd529..e52aecd1 100644
--- a/test-bugzilla-files/config
+++ b/test-bugzilla-files/config
@@ -11,6 +11,9 @@ export DISKSPACELIMIT=5 # Remaining disk space warning limit in GiB.
export MEMORYLIMIT=90 # Memory usage warning limit in percent.
export CPULOADAVGLIMIT=0.9 # CPU load average limit for per core in last minute. min 0, max 1.
+# Reduce concurrency
+export MAX_CONCURRENCY=2
+
# For development purposes:
# Don't touch the core.git source/build directory:
# export CRASHTEST_READONLY_CORE=1