From 5b110d5ff0fcbd3ec466d74aff34e7fb2320314b Mon Sep 17 00:00:00 2001 From: ghen1 Date: Wed, 11 Jan 2017 01:27:24 +0000 Subject: [PATCH] --- .../more_efficient_memory_usage_with_git-annex_unused.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/more_efficient_memory_usage_with_git-annex_unused.mdwn diff --git a/doc/todo/more_efficient_memory_usage_with_git-annex_unused.mdwn b/doc/todo/more_efficient_memory_usage_with_git-annex_unused.mdwn new file mode 100644 index 0000000000..6ed716ae98 --- /dev/null +++ b/doc/todo/more_efficient_memory_usage_with_git-annex_unused.mdwn @@ -0,0 +1,3 @@ +While running *git-annex unused* on an annex with tens of thousands of items, *git-annex*'s memory usage ballooned to over 3 gigs and my PC froze. I cannot run *git-annex unused* on this annex because of this issue. + +If it's possible, more efficient memory management would prevent this from happening.