Issue Details (XML | Word | Printable)

Key: TMCT-35
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Matt Doar
Reporter: Wojciech Gdela
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA Timecharts Plugin

OutOfMemoryError on large JIRA installations

Created: 11/Dec/07 05:48 AM   Updated: 12/Apr/08 03:02 AM
Component/s: None
Affects Version/s: 3.8
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments: 1. File patch-oome.diff (8 kB)


Labels:


 Description  « Hide
We've got JIRA with about 40 thousands issues and preety high change rate. This is too much for timecharts plugin, generation of report results in OutOfMemoryError.

One possible solution is to process every change set instantly while reading them from database instead of loading them all into memory. I've modified my code, and this solution worked well for me. I'm attaching patch with those modifications.



 All   Comments   Work Log   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
Matt Doar added a comment - 11/Apr/08 05:58 PM
Thank you for this patch. Are you still using it in production?

~Matt


Wojciech Gdela added a comment - 12/Apr/08 03:02 AM
Yes I am, and it works without any problems.