You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by en...@apache.org on 2014/03/18 01:31:32 UTC

svn commit: r1578686 - /hbase/trunk/pom.xml

Author: enis
Date: Tue Mar 18 00:31:32 2014
New Revision: 1578686

URL: http://svn.apache.org/r1578686
Log:
HBASE-10735 [WINDOWS] Set -XX:MaxPermSize for unit tests

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1578686&r1=1578685&r2=1578686&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Tue Mar 18 00:31:32 2014
@@ -1466,7 +1466,7 @@
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-surefire-plugin</artifactId>
               <configuration>
-                <argLine>-enableassertions -Xmx1900m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true "-Djava.library.path=${hadoop.library.path};${java.library.path}"</argLine>
+                <argLine>-enableassertions -Xmx1900m -XX:MaxPermSize=256m -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true "-Djava.library.path=${hadoop.library.path};${java.library.path}"</argLine>
                 <systemProperties>
                   <property>
                     <name>java.net.preferIPv4Stack</name>