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/19 02:20:15 UTC

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

Author: jdcryans
Date: Fri Jul 19 00:20:15 2013
New Revision: 1504730

URL: http://svn.apache.org/r1504730
Log:
HBASE-8855  TestTableInputFormatScan1/2 fail semi-silently with the hadoop 2 profile

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1504730&r1=1504729&r2=1504730&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Fri Jul 19 00:20:15 2013
@@ -531,7 +531,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>