aboutsummaryrefslogtreecommitdiff
path: root/jdkX-jtreg-test.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2018-10-05 23:01:55 +0100
committerStuart Monteith <stuart.monteith@linaro.org>2018-10-05 23:11:59 +0100
commitf90c6cfb2461450bc12207f729d909941537dd7b (patch)
treebf9d30042901ca88d8eda16576a1d7ab054fb60a /jdkX-jtreg-test.yaml
parent85111087731a1efca02c8ed990330d34d305b3a6 (diff)
jdk: Set jtreg memory size restrictions
Make the VMs use at move 4GB of RAM each. There is 94GB of RAM on j12-qrep-01, so use 20 cores. Change-Id: I90ae41056dda16d5f3b2d9963a8cd6d5d51f61b8
Diffstat (limited to 'jdkX-jtreg-test.yaml')
-rw-r--r--jdkX-jtreg-test.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/jdkX-jtreg-test.yaml b/jdkX-jtreg-test.yaml
index ce448993..2f12e6b8 100644
--- a/jdkX-jtreg-test.yaml
+++ b/jdkX-jtreg-test.yaml
@@ -185,9 +185,10 @@
-dir:${src_dir} \
-vmoption:-Djdk.test.lib.artifacts.jcstress-tests-all=$JCSTRESS \
-vmoption:-XX:-TieredCompilation \
+ -vmoption:-Xmx4G \
-testjdk:${IMAGE_DIR} \
-exclude:${blacklist} \
- -conc:auto \
+ -conc:20 \
-r:${report_dir} \
-w:${work_dir} \
$NATIVE_OPT \
@@ -199,9 +200,10 @@
-vmoption:-Djdk.test.lib.artifacts.jcstress-tests-all=$JCSTRESS \
-vmoption:-XX:+TieredCompilation \
-vmoption:-XX:TieredStopAtLevel=1 \
+ -vmoption:-Xmx4G \
-testjdk:${IMAGE_DIR} \
-exclude:${blacklist} \
- -conc:auto \
+ -conc:20 \
-r:${report_dir} \
-w:${work_dir} \
$NATIVE_OPT \