You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2015/01/31 13:01:47 UTC

[20/50] incubator-kylin git commit: added ${argLine} crashes JVM, drop it

added ${argLine} crashes JVM, drop it


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

Branch: refs/heads/inverted-index
Commit: bbac5115a8e74159ce1122999ab93713d38c1d47
Parents: 8058b14
Author: Li, Yang <ya...@ebay.com>
Authored: Wed Jan 28 17:14:19 2015 +0800
Committer: Li, Yang <ya...@ebay.com>
Committed: Wed Jan 28 17:14:19 2015 +0800

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


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/bbac5115/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ac98eaf..ef39d38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,7 +546,7 @@
                                     <value>false</value>
                                 </property>
                             </systemProperties>
-                            <argLine>${argLine} -Xms1G -Xmx6G -XX:PermSize=1G -XX:MaxPermSize=2G</argLine>
+                            <argLine>-Xms1G -Xmx6G -XX:PermSize=1G -XX:MaxPermSize=2G</argLine>
                         </configuration>
                     </plugin>