You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2016/08/17 21:34:26 UTC

orc git commit: ORC-94. Remove obsolete MaxPermSize from pom file. (omalley)

Repository: orc
Updated Branches:
  refs/heads/master b8a8a1ae7 -> 06bc19f48


ORC-94. Remove obsolete MaxPermSize from pom file. (omalley)

Signed-off-by: Owen O'Malley <om...@apache.org>


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

Branch: refs/heads/master
Commit: 06bc19f48c53843111322d7ba16c3f6c4008f646
Parents: b8a8a1a
Author: Owen O'Malley <om...@apache.org>
Authored: Wed Aug 17 14:33:42 2016 -0700
Committer: Owen O'Malley <om...@apache.org>
Committed: Wed Aug 17 14:34:06 2016 -0700

----------------------------------------------------------------------
 java/pom.xml             | 2 +-
 java/storage-api/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/orc/blob/06bc19f4/java/pom.xml
----------------------------------------------------------------------
diff --git a/java/pom.xml b/java/pom.xml
index 5f35323..1b5d3a7 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -106,7 +106,7 @@
         <version>2.16</version>
         <configuration>
           <reuseForks>false</reuseForks>
-          <argLine>-Xmx2048m -XX:MaxPermSize=512m</argLine>
+          <argLine>-Xmx2048m</argLine>
           <environmentVariables>
             <TZ>US/Pacific</TZ>
             <LANG>en_US.UTF-8</LANG>

http://git-wip-us.apache.org/repos/asf/orc/blob/06bc19f4/java/storage-api/pom.xml
----------------------------------------------------------------------
diff --git a/java/storage-api/pom.xml b/java/storage-api/pom.xml
index 5214923..0f4430f 100644
--- a/java/storage-api/pom.xml
+++ b/java/storage-api/pom.xml
@@ -116,7 +116,7 @@
         <version>2.16</version>
         <configuration>
           <reuseForks>false</reuseForks>
-          <argLine>-Xmx2048m -XX:MaxPermSize=512m</argLine>
+          <argLine>-Xmx2048m</argLine>
           <failIfNoTests>false</failIfNoTests>
           <systemPropertyVariables>
             <test.tmp.dir>${test.tmp.dir}</test.tmp.dir>