Actions
Defect #9337
closedOut of memory when browsing subversion repository with large changeset
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-09-28
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
This appears to be the same issue reported by Jeremy Brown in the last update of #7699 which was added after that defect was set to resolved.
I attached an exiting subversion repository to a redmine project. When browsing the repository, ruby1.8 invokes the oom-killer (according to /var/log/messages on ubuntu).
Inspired by #7699, I changed the batch size to 1 in app/models/repository/subversion.rb and turn on debug logging. This shows that the out-of-memory situation probably occur when a large changeset (>65000 changed paths) retrieved.
Using svn 1.6.6.
Related issues
Actions