[JIRA] [valgrind] (JENKINS-18950) valgrind-plugin makes jenkins run out of memory under heavy use
Johannes Ohlemacher assigned JENKINS-18950 to Johannes Ohlemacher valgrind-plugin makes jenkins run out of memory under heavy use Change By: Johannes Ohlemacher (30/Jul/13 3:32 PM) Assignee: Marco Miller Johannes Ohlemacher 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.
[JIRA] [valgrind] (JENKINS-18950) valgrind-plugin makes jenkins run out of memory under heavy use
Marco Miller commented on JENKINS-18950 valgrind-plugin makes jenkins run out of memory under heavy use Fix pull-requested => https://github.com/jenkinsci/valgrind-plugin/pull/2 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.
[JIRA] [valgrind] (JENKINS-18950) valgrind-plugin makes jenkins run out of memory under heavy use
Marco Miller started work on JENKINS-18950 valgrind-plugin makes jenkins run out of memory under heavy use Change By: Marco Miller (26/Jul/13 3:29 PM) Status: Open In Progress 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.
[JIRA] [valgrind] (JENKINS-18950) valgrind-plugin makes jenkins run out of memory under heavy use
Marco Miller created JENKINS-18950 valgrind-plugin makes jenkins run out of memory under heavy use Issue Type: 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 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.
