You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jd...@apache.org on 2013/07/10 01:35:39 UTC

svn commit: r1501612 - /hbase/branches/0.95/pom.xml

Author: jdcryans
Date: Tue Jul  9 23:35:38 2013
New Revision: 1501612

URL: http://svn.apache.org/r1501612
Log:
HBASE-8855 trying to see if EC2 will work with a perm gen of 100m

Modified:
    hbase/branches/0.95/pom.xml

Modified: hbase/branches/0.95/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/pom.xml?rev=1501612&r1=1501611&r2=1501612&view=diff
==============================================================================
--- hbase/branches/0.95/pom.xml (original)
+++ hbase/branches/0.95/pom.xml Tue Jul  9 23:35:38 2013
@@ -507,7 +507,7 @@
               using method parallelization class ! -->
             <testFailureIgnore>false</testFailureIgnore>
             <forkedProcessTimeoutInSeconds>${surefire.timeout}</forkedProcessTimeoutInSeconds>
-            <argLine>-enableassertions -Xmx1900m
+            <argLine>-enableassertions -Xmx1900m -XX:MaxPermSize=100m
               -Djava.security.egd=file:/dev/./urandom -Djava.net.preferIPv4Stack=true</argLine>
             <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
           </configuration>