You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by sh...@apache.org on 2016/03/04 03:02:48 UTC

[07/43] kylin git commit: minor, increase maxperm to avoid VM crash

minor, increase maxperm to avoid VM crash


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

Branch: refs/heads/helix-rebase
Commit: 5474fe4e887db263df0da7837f3fd9b022f18a79
Parents: 4d6043f
Author: Hongbin Ma <ma...@apache.org>
Authored: Tue Mar 1 09:49:56 2016 +0800
Committer: Hongbin Ma <ma...@apache.org>
Committed: Tue Mar 1 09:51:12 2016 +0800

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


http://git-wip-us.apache.org/repos/asf/kylin/blob/5474fe4e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cb1e49e..42a0c6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -668,7 +668,7 @@
                                     <value>false</value>
                                 </property>
                             </systemProperties>
-                            <argLine>-Xmx4G -XX:MaxPermSize=256M</argLine>
+                            <argLine>-Xmx4G -XX:MaxPermSize=512M</argLine>
                         </configuration>
                     </plugin>