You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "kuckhwancho (Jira)" <ji...@apache.org> on 2019/09/18 01:03:00 UTC

[jira] [Created] (ZEPPELIN-4334) JVM Option Change.

kuckhwancho created ZEPPELIN-4334:
-------------------------------------

             Summary: JVM Option Change.
                 Key: ZEPPELIN-4334
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-4334
             Project: Zeppelin
          Issue Type: Improvement
    Affects Versions: 0.8.1
            Reporter: kuckhwancho


I understand that the current version uses Java lambda and stream api.

It works on jdk 1.8

In addition, from Java 8, permgen areas were removed and metaspace areas were newly created.

Therefore, I think it will be necessary to change the option setting for the jvm environment.

e.g. 
{code:java}
# jdk7
-XX:MaxPermSize=512m
# jdk8
-XX:MaxMetaspaceSize=512m{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)