|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-15256) Unable to launch slave age... [email protected] (JIRA)

"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:
Of course, 512 megabytes might not be enough. Keep incrementing it until it works or use fewer plugins.