I am running selenium tests with maven from jenkins and after running for 5 hours suddenly the tests stop working and following error
The forked VM terminated without saying properly goodbye. VM crash or System.exit called
possible solution is to
- increase heap size using argline in maven however it is not supported since Java 8 another
- stop and restart the tests after few hours using jenkins or maven
What is best way to solve this problem?