TestRunner.runner.TestRunner>> OutOfMemory Java heap space

Modified on Wed, 5 Jun at 10:02 AM

OutOfMemory Errors 

Error Description:

The Java Virtual Machine (JVM) serves as a platform-independent execution environment for web applications written in Java. However, during test execution, the JVM runs out of memory while handling a large volume of data, resulting in reports not being generated. The following error message is displayed:

TestRunner.runner.TestRunner >> OutOfMemory Java heap space

Error Context:
This error occurs when JVM runs out of memory. This issue can arise due to either running a large number of test cases or when report size increases. 



Resolution:  

To address this, run the following commands: 
            To execute all the test cases : mvn test -DargLine="-Xmx512m"
            To execute a specific test case : 
mvn test -Dcucumber.filter.tags="@test002" -DargLine="-Xmx512m"     





Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article