Repository: hive
Updated Branches:
  refs/heads/master 27fb87cfc -> 97f7d7b18


HIVE-15109: Set MaxPermSize to 256M for maven tests with JDKs prior to 8 
(Chaoyu Tang, reviewed by Siddharth Seth, Sergio Pena)


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

Branch: refs/heads/master
Commit: 97f7d7b1832205d2b143aa4a9184e27c16bc8e9d
Parents: 27fb87c
Author: Chaoyu Tang <ct...@cloudera.com>
Authored: Thu Nov 3 20:38:43 2016 -0400
Committer: Chaoyu Tang <ct...@cloudera.com>
Committed: Thu Nov 3 20:38:43 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/hive/blob/97f7d7b1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3d8fa1a..1893530 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,7 +91,7 @@
     <!-- Plugin and Plugin Dependency Versions -->
     <ant.contrib.version>1.0b3</ant.contrib.version>
     
<datanucleus.maven.plugin.version>3.3.0-release</datanucleus.maven.plugin.version>
-    <maven.test.jvm.args>-Xmx2048m</maven.test.jvm.args>
+    <maven.test.jvm.args>-Xmx2048m -XX:MaxPermSize=256M</maven.test.jvm.args>
     <maven.antrun.plugin.version>1.7</maven.antrun.plugin.version>
     <maven.assembly.plugin.version>2.3</maven.assembly.plugin.version>
     <maven.checkstyle.plugin.version>2.12.1</maven.checkstyle.plugin.version>

Reply via email to