Sami Tikka commented on Bug JENKINS-15256

"java.lang.OutOfMemoryError: PermGen space" suggests the memory pool where classes are loaded in jvm has run out of memory. I do not think there is anything Jenkins can do about it. This can happen if you install a lot of plugins, for example. You can increase the size of that pool by adding this to the java command line:

-XX:MaxPermSize=512m

Of course, 512 megabytes might not be enough. Keep incrementing it until it works or use fewer plugins.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to