adoptium / openj9-systemtest

Long running J9 tests
Other
6 stars 38 forks source link

Calibrate value to which to increase softmx size #67

Closed Mesbah-Alam closed 5 years ago

Mesbah-Alam commented 5 years ago

Calibrate value to which to increase softmx size Signed-off-by: Mesbah_Alam@ca.ibm.com Mesbah_Alam@ca.ibm.com

Mesbah-Alam commented 5 years ago

The last change to this Test increased the softmx increase size to 30 m which still did not fix the original issue on certain platforms. It was failing for not reaching 50% SCC size in the intermediate "increase" stage of the test, as reported in : https://github.com/eclipse/openj9/issues/4139#issuecomment-449738369

This PR changes the increase size to 25 mb - thus reducing the size of the SCC to a lesser value.

The change works in the 5x grinder: https://ci.adoptopenjdk.net/view/Test_grinder/job/Grinder/707/tapResults/

Mesbah-Alam commented 5 years ago

Reviewer : @smlambert