Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 57805e603 -> 443263513


PHOENIX-3457 Disable parallel run of tests and increase memory


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/44326351
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/44326351
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/44326351

Branch: refs/heads/4.x-HBase-0.98
Commit: 4432635131122473f7867c90d822145fbb7b2fc8
Parents: 57805e6
Author: James Taylor <[email protected]>
Authored: Fri Nov 4 23:42:06 2016 -0700
Committer: James Taylor <[email protected]>
Committed: Fri Nov 4 23:42:06 2016 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/44326351/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 989e2e5..5a2e542 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,7 +271,7 @@
                         at 
org.apache.phoenix.coprocessor.MetaDataEndpointImpl.doGetTable(MetaDataEndpointImpl.java:2835)
                         at 
org.apache.phoenix.coprocessor.MetaDataEndpointImpl.getTable(MetaDataEndpointImpl.java:490)
 -->
                <!--enableAssertions>false</enableAssertions-->
-                <argLine>-Xmx2000m -XX:MaxPermSize=256m 
-Djava.security.egd=file:/dev/./urandom 
"-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"
 -XX:NewRatio=4 -XX:SurvivorRatio=8 -XX:+UseCompressedOops 
-XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+DisableExplicitGC 
-XX:+UseCMSInitiatingOccupancyOnly -XX:+CMSClassUnloadingEnabled 
-XX:+CMSScavengeBeforeRemark -XX:CMSInitiatingOccupancyFraction=68 
-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/</argLine>
+                <argLine>-Xmx3000m -XX:MaxPermSize=256m 
-Djava.security.egd=file:/dev/./urandom 
"-Djava.library.path=${hadoop.library.path}${path.separator}${java.library.path}"
 -XX:NewRatio=4 -XX:SurvivorRatio=8 -XX:+UseCompressedOops 
-XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+DisableExplicitGC 
-XX:+UseCMSInitiatingOccupancyOnly -XX:+CMSClassUnloadingEnabled 
-XX:+CMSScavengeBeforeRemark -XX:CMSInitiatingOccupancyFraction=68 
-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=./target/</argLine>
                 
<redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
                 <shutdown>kill</shutdown>
                 
<testSourceDirectory>${basedir}/src/it/java</testSourceDirectory>

Reply via email to