updated to include argline used in other failsafe tests
diff --git a/core/pom.xml b/core/pom.xml
index edd9bb5..30c48c9 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -79,6 +79,7 @@
                         <groupId>org.apache.maven.plugins</groupId>

                         <artifactId>maven-failsafe-plugin</artifactId>

                         <configuration>

+                            <argLine>-Xmx1024m -XX:MaxPermSize=256m</argLine>

                             <includes>

                                 <include>org/owasp/encoder/BenchmarkTest.java</include>

                             </includes>