aboutsummaryrefslogtreecommitdiff
path: root/jdkX-jtreg-test.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-11 09:24:07 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-11 09:24:07 +0100
commitf26d5fa249f38b66a5bf2f59be6d0238fc58a779 (patch)
tree1a17583938f0195359e37f018c17742b574ae3bf /jdkX-jtreg-test.yaml
parentdc10346fb262d063adba9db949af69b02bd08e73 (diff)
jdk: Reduce threads in jdkX-jtreg-test
We're getting OOM errors with too many threads - reduce numbers. Change-Id: I6ee98edde0c14a83344bf677cd02eb83b30ae966
Diffstat (limited to 'jdkX-jtreg-test.yaml')
-rw-r--r--jdkX-jtreg-test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jdkX-jtreg-test.yaml b/jdkX-jtreg-test.yaml
index 4659d39f..97bc5c63 100644
--- a/jdkX-jtreg-test.yaml
+++ b/jdkX-jtreg-test.yaml
@@ -168,7 +168,7 @@
-vmoption:-Xmx2G \
-testjdk:${IMAGE_DIR} \
-exclude:${blacklist} \
- -conc:30 \
+ -conc:20 \
-r:${report_dir} \
-w:${work_dir} \
$NATIVE_OPT \
@@ -183,7 +183,7 @@
-vmoption:-Xmx2G \
-testjdk:${IMAGE_DIR} \
-exclude:${blacklist} \
- -conc:30 \
+ -conc:20 \
-r:${report_dir} \
-w:${work_dir} \
$NATIVE_OPT \