aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/merge_causes_out_of_memory_on_large_repos
diff options
context:
space:
mode:
authorGravatar http://joeyh.name/ <http://joeyh.name/@web>2013-09-25 18:36:39 +0000
committerGravatar admin <admin@branchable.com>2013-09-25 18:36:39 +0000
commit9f382a78a0bb905799ec7a6518359e71cb3e5f75 (patch)
tree2ae58ce0e748f48a16e76a2352e5822970fb0cee /doc/bugs/merge_causes_out_of_memory_on_large_repos
parentecb3955c786f60e8c9262a7e6a5b98ffe8f8fa12 (diff)
Added a comment
Diffstat (limited to 'doc/bugs/merge_causes_out_of_memory_on_large_repos')
-rw-r--r--doc/bugs/merge_causes_out_of_memory_on_large_repos/comment_5_e8998716107e7ae8d0e8d332812517ad._comment14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/merge_causes_out_of_memory_on_large_repos/comment_5_e8998716107e7ae8d0e8d332812517ad._comment b/doc/bugs/merge_causes_out_of_memory_on_large_repos/comment_5_e8998716107e7ae8d0e8d332812517ad._comment
new file mode 100644
index 000000000..272dc2fd2
--- /dev/null
+++ b/doc/bugs/merge_causes_out_of_memory_on_large_repos/comment_5_e8998716107e7ae8d0e8d332812517ad._comment
@@ -0,0 +1,14 @@
+[[!comment format=mdwn
+ username="http://joeyh.name/"
+ ip="4.152.108.220"
+ subject="comment 5"
+ date="2013-09-25T18:36:39Z"
+ content="""
+That doesn't look very big, I merge one 3x that large on a 128 mb machine.
+
+I think you will need to either email me privately so I can get a copy of your repository to investigate with ... or you can try to investigate on your own.
+
+I think the first things I would try to debug this are to look over `git annex merge --debug` and see if I see anything unusual, and then I would probably `git checkout git-annex` in the repository, and wc -l on all the files and see if any file has a lot of lines, or is otherwise very large.
+
+If that found nothing, my next step would be to rebuild git-annex from source with memory profiling enabled, as explained in this book, and try to get a memory profiling graph that explained what was using up the memory. <http://book.realworldhaskell.org/read/profiling-and-optimization.html>
+"""]]