Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.6.0
-
None
Description
I've spot checked some failing test results and noticed OutOfMemoryError on some of them
trunk - java 10 - testQuorumSystemChange - build # 65
trunk - java 10 - testQuorumSystemChange - build # 69
trunk - java 9 - testWatcherAutoResetDisabledWithGlobal
Right now the test command is:
ant -Dtest.junit.maxmem=2g -Dtest.output=no -Dtest.junit.threads=8 -Dtest.junit.output.format=xml -Djavac.target=1.9 clean test-core-java
Is it possible to decrease the number of threads or increase maxmem?