You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by mm...@apache.org on 2018/02/06 03:09:40 UTC

calcite git commit: Remove deprecated MaxPermSize setting

Repository: calcite
Updated Branches:
  refs/heads/master 96d620be8 -> db3794c25


Remove deprecated MaxPermSize setting


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

Branch: refs/heads/master
Commit: db3794c2503661deafdca05802548bb10878cd48
Parents: 96d620b
Author: Michael Mior <mm...@uwaterloo.ca>
Authored: Mon Feb 5 22:09:21 2018 -0500
Committer: Michael Mior <mm...@uwaterloo.ca>
Committed: Mon Feb 5 22:09:21 2018 -0500

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/db3794c2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dcd367d..62d4871 100644
--- a/pom.xml
+++ b/pom.xml
@@ -838,8 +838,8 @@ limitations under the License.
                 <value>tr</value>
               </systemProperty>
             </systemProperties>
-            <!--<argLine>-Xmx1536m -XX:MaxPermSize=256m -Duser.timezone=${user.timezone} -Duser.country=${user.country} -Duser.language=${user.language}</argLine>-->
-            <argLine>-Xmx1536m -XX:MaxPermSize=256m</argLine>
+            <!--<argLine>-Xmx1536m -Duser.timezone=${user.timezone} -Duser.country=${user.country} -Duser.language=${user.language}</argLine>-->
+            <argLine>-Xmx1536m</argLine>
           </configuration>
         </plugin>
         <plugin>