Hi All, When running integration tests (Microservi...
# community-support
n
Hi All, When running integration tests (Microservice-Spring Boot application) we are facing issue with out of memory.. I have tried testing by increasing memory size Also tried the below options SET JAVA_OPTS="-Xms4000m -Xmx8000m"; ./gradlew clean allTests org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 to gradle.properties which did not change anything.