aboutsummaryrefslogtreecommitdiff
path: root/jdkX-jtreg-test.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-09 15:18:29 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-09 15:19:25 +0100
commitb475bba798a8a03f8dcee1f7fda01f66dc20ab75 (patch)
tree216a18d2800d83c8b7253ec78719e8fd8e6fc0d8 /jdkX-jtreg-test.yaml
parent33d1b3399830b4b7bc9f96b9785990b91601b863 (diff)
jdk: Make jtreg use 30 cores and 2GB per JVM
(Hopefully) reduce run time of jtreg tests by increasing VMs and reducing memory usage per VM. Change-Id: I223418ecd801a70fc84e84fa93c8e1910389bbab
Diffstat (limited to 'jdkX-jtreg-test.yaml')
-rw-r--r--jdkX-jtreg-test.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jdkX-jtreg-test.yaml b/jdkX-jtreg-test.yaml
index 2f12e6b8..3212576b 100644
--- a/jdkX-jtreg-test.yaml
+++ b/jdkX-jtreg-test.yaml
@@ -185,10 +185,10 @@
-dir:${src_dir} \
-vmoption:-Djdk.test.lib.artifacts.jcstress-tests-all=$JCSTRESS \
-vmoption:-XX:-TieredCompilation \
- -vmoption:-Xmx4G \
+ -vmoption:-Xmx2G \
-testjdk:${IMAGE_DIR} \
-exclude:${blacklist} \
- -conc:20 \
+ -conc:30 \
-r:${report_dir} \
-w:${work_dir} \
$NATIVE_OPT \
@@ -200,10 +200,10 @@
-vmoption:-Djdk.test.lib.artifacts.jcstress-tests-all=$JCSTRESS \
-vmoption:-XX:+TieredCompilation \
-vmoption:-XX:TieredStopAtLevel=1 \
- -vmoption:-Xmx4G \
+ -vmoption:-Xmx2G \
-testjdk:${IMAGE_DIR} \
-exclude:${blacklist} \
- -conc:20 \
+ -conc:30 \
-r:${report_dir} \
-w:${work_dir} \
$NATIVE_OPT \