Issue Type: Bug Bug
Assignee: Marco Miller
Components: valgrind
Created: 26/Jul/13 2:54 PM
Description:

valgrind-plugin makes jenkins run out of memory under heavy use.
This is caused by too many (all) Report objects being retained in heap by Result objects.
Fix is about making such report objects on-demand or just-in-time, rather than always and too early (and as kept forever or so).
We at Ericsson have production (jenkins) instances that were recently hit by this bug, in terms of JVMs running out-of-memory.
We indeed clearly saw such many large report objects retaining the most of our heap as per profiling of the latter.

Project: Jenkins
Priority: Major Major
Reporter: Marco Miller
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/groups/opt_out.
 
 

Reply via email to