From d52812f6faf3332607aabab83f60a16265a1c2e0 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg00" Date: Sat, 7 Sep 2013 19:22:57 +0000 Subject: git annex merge out of memory on large repos --- .../merge_causes_out_of_memory_on_large_repos.mdwn | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn diff --git a/doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn b/doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn new file mode 100644 index 000000000..4cffe1867 --- /dev/null +++ b/doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn @@ -0,0 +1,32 @@ +### Please describe the problem. + +`git annex merge` goes out of memory on a large repo. + + +### What steps will reproduce the problem? + + $ git annex merge + merge git-annex git-annex: out of memory (requested 1048576 bytes) + +### What version of git-annex are you using? On what operating system? + + git-annex version: 4.20130827 + build flags: Assistant Webapp Pairing Testsuite S3 WebDAV Inotify DBus XMPP DNS + +On debian wheezy i386 + +### Please provide any additional information below. + +The repository contains a lot of files: + + $ cd .git/objects + $ find . -type f | wc -l + 1091548 + +[[!format sh """ +# If you can, paste a complete transcript of the problem occurring here. +# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log + + +# End of transcript or log. +"""]] -- cgit v1.2.3 From aa123ace14668bbbcd4dbdd74334d9e191c64c3b Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnxlx1UrzVhdy6_gFjzmF42x6QXxBUxg00" Date: Sat, 7 Sep 2013 19:32:26 +0000 Subject: markdown formatting --- doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn b/doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn index 4cffe1867..33786171a 100644 --- a/doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn +++ b/doc/bugs/merge_causes_out_of_memory_on_large_repos.mdwn @@ -19,14 +19,7 @@ On debian wheezy i386 The repository contains a lot of files: - $ cd .git/objects - $ find . -type f | wc -l - 1091548 + $ cd .git/objects + $ find . -type f | wc -l + 1091548 -[[!format sh """ -# If you can, paste a complete transcript of the problem occurring here. -# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log - - -# End of transcript or log. -"""]] -- cgit v1.2.3