|
||||||||
|
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 |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

The plugin is from a time when Jenkins loaded all data into memory on startup. Now build records are retained as soft references and only loaded on demand. There's a chance you can make it better by adding more RAM/Xmx, but it's possible the plugin just doesn't work well with Jenkins 1.485+.
Re JobConfigHistory, disable deduplication in the global options. It's expensive.