Repository: hive
Updated Branches:
  refs/heads/branch-3 cfd43a33e -> bfd1e0c4f


HIVE-19222 : TestNegativeCliDriver tests are failing due to 
"java.lang.OutOfMemoryError: GC overhead limit exceeded" (Aihua Xu via Ashutosh 
Chauhan)

Signed-off-by: Ashutosh Chauhan <hashut...@apache.org>


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

Branch: refs/heads/branch-3
Commit: bfd1e0c4fcff6ed2efd7d905fd026cea225657a1
Parents: cfd43a3
Author: Aihua Xu <aihu...@apache.org>
Authored: Tue Apr 17 10:13:48 2018 -0700
Committer: Vineet Garg <vg...@apache.org>
Committed: Thu Apr 19 22:51:55 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/hive/blob/bfd1e0c4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 190f74c..32732f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,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>-Xmx1024m</maven.test.jvm.args>
+    <maven.test.jvm.args>-Xmx2048m</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.17</maven.checkstyle.plugin.version>

Reply via email to