We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d874d commit f415f71Copy full SHA for f415f71
core/pom.xml
@@ -79,6 +79,7 @@
79
<groupId>org.apache.maven.plugins</groupId>
80
<artifactId>maven-failsafe-plugin</artifactId>
81
<configuration>
82
+ <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>
83
<includes>
84
<include>org/owasp/encoder/BenchmarkTest.java</include>
85
</includes>
0 commit comments