When building in Docker, we sometimes face a heap memory running out when compiling the WAR file. Setting the MAVEN_OPTS="-Xmx1024m" resolves this
505 B
505 B
When building in Docker, we sometimes face a heap memory running out when compiling the WAR file. Setting the MAVEN_OPTS="-Xmx1024m" resolves this