mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 21:05:23 +00:00
Testing doc: describe -Dtests.heap.size and -Dtests.jvm.argline
This commit is contained in:
parent
8550b9e84b
commit
2f9eaae863
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user