From 75e39301f06fa02a970ace2fa9ceddeea44301f5 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 4 Jul 2014 20:57:54 +0000 Subject: Added a comment --- .../comment_3_c4e4c596f31aa97645fe1e1527dc2c31._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/forum/Annex_slow_on_Windows__47__direct_mode/comment_3_c4e4c596f31aa97645fe1e1527dc2c31._comment diff --git a/doc/forum/Annex_slow_on_Windows__47__direct_mode/comment_3_c4e4c596f31aa97645fe1e1527dc2c31._comment b/doc/forum/Annex_slow_on_Windows__47__direct_mode/comment_3_c4e4c596f31aa97645fe1e1527dc2c31._comment new file mode 100644 index 000000000..a97ccda2e --- /dev/null +++ b/doc/forum/Annex_slow_on_Windows__47__direct_mode/comment_3_c4e4c596f31aa97645fe1e1527dc2c31._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.55" + subject="comment 3" + date="2014-07-04T20:57:54Z" + content=""" +Yall need to tell me your git-annex versions. [[devblog/day_183__rubbing_sticks_together]] fixed a horrible slowdown that indeed causes git-annex on windows to unnecessarily look at lots of files. + +Also, is this using the git-annex assistant, or using git-annex at the command line that's being slow? + +As to using symlinks on windows, cygwin's build of git is able to handle them somehow. I have not tried to get it working with git-annex, but it seems at least possible that indirect mode could be accomplished that way. +"""]] -- cgit v1.2.3 From 901854c79fdeb08b6cd5844f19e40c6e9c6f55ef Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 4 Jul 2014 21:10:17 +0000 Subject: Added a comment --- .../comment_6_744982b77cc867e9e3a7d638c7a653d6._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/runs_of_of_memory_adding_2_million_files/comment_6_744982b77cc867e9e3a7d638c7a653d6._comment diff --git a/doc/bugs/runs_of_of_memory_adding_2_million_files/comment_6_744982b77cc867e9e3a7d638c7a653d6._comment b/doc/bugs/runs_of_of_memory_adding_2_million_files/comment_6_744982b77cc867e9e3a7d638c7a653d6._comment new file mode 100644 index 000000000..574cc0dc7 --- /dev/null +++ b/doc/bugs/runs_of_of_memory_adding_2_million_files/comment_6_744982b77cc867e9e3a7d638c7a653d6._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.55" + subject="comment 6" + date="2014-07-04T21:10:17Z" + content=""" +Actually, it is in getDirectoryContents itself, so not even in git-annex's code. Filed a bug w/patch: + +I do not feel this is serious enough to work around in git-annex with a fixed copy of getDirectoryContents, so I'll wait for that get fixed. + +Testing with my patched getDirectoryContents, git-annex still uses up a lot of memory in this situation. It no longer blows the stack, but getDirectoryContents is still using entirely more memory than it needs to. +"""]] -- cgit v1.2.3