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)