Testing doc: describe -Dtests.heap.size and -Dtests.jvm.argline

This commit is contained in:
Britta Weber 2014-08-21 13:11:49 +02:00
parent 8550b9e84b
commit 2f9eaae863

View File

@ -199,6 +199,18 @@ even if tests are passing.
mvn test -Dtests.output=always
------------------------------
Configure the heap size.
------------------------------
mvn test -Dtests.heap.size=512m
------------------------------
Pass arbitrary jvm arguments.
------------------------------
mvn test -Dtests.jvm.argline="-XX:HeapDumpPath=/path/to/heapdumps"
------------------------------
== Backwards Compatibility Tests
Running backwards compatibility tests is disabled by default since it