You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2016/11/15 20:20:35 UTC

[03/50] [abbrv] hive git commit: HIVE-15085. Reduce the memory used by unit tests, MiniCliDriver, MiniLlapLocal, MiniSpark. (Siddharth Seth, reviewed by Prasanth Jayachandran)

HIVE-15085. Reduce the memory used by unit tests, MiniCliDriver, MiniLlapLocal, MiniSpark. (Siddharth Seth, reviewed by Prasanth Jayachandran)


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

Branch: refs/heads/hive-14535
Commit: ab45629242f17c0b2ac5c2724399c2b9b9f36f61
Parents: e7aaf96
Author: Siddharth Seth <ss...@apache.org>
Authored: Thu Nov 10 11:34:50 2016 -0800
Committer: Siddharth Seth <ss...@apache.org>
Committed: Thu Nov 10 11:34:50 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/hive/blob/ab456292/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3ac3e80..2e1d6ed 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 -XX:MaxPermSize=256M</maven.test.jvm.args>
+    <maven.test.jvm.args>-Xmx1024m -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>