Ask Your Question
3

What does the error message "MaxPermSize=512m" mean when trying to run Zeppelin?

asked 2023-03-19 11:00:00 +0000

huitzilopochtli gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2021-06-14 18:00:00 +0000

bukephalos gravatar image

The error message "MaxPermSize=512m" typically means that the Java Virtual Machine (JVM) is configured with a maximum permanent generation space (PermGen) size of 512 megabytes. This may be an issue when running Zeppelin as it requires more PermGen space than the default value in the JVM's configuration. It can cause Zeppelin to crash or fail to start properly. The solution is to increase the maximum PermGen space size by modifying the JVM configuration settings.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-03-19 11:00:00 +0000

Seen: 8 times

Last updated: Jun 14 '21