diff options
author | Idhup <Idhup@web> | 2014-07-07 10:20:23 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-07-07 10:20:23 +0000 |
commit | 9c72e438d9b9ae0f3a72adf7119c3912c6de14a0 (patch) | |
tree | c413154c1b8aaa27148201d727a176df8bfa9e41 | |
parent | 88f876de535c2a7f315e487a22b6a9c8e206ad16 (diff) |
Added a comment: Connection sharing workaround
-rw-r--r-- | doc/forum/Annex_slow_on_Windows__47__direct_mode/comment_6_db7965fa928c093233769ed52b2fcd43._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/forum/Annex_slow_on_Windows__47__direct_mode/comment_6_db7965fa928c093233769ed52b2fcd43._comment b/doc/forum/Annex_slow_on_Windows__47__direct_mode/comment_6_db7965fa928c093233769ed52b2fcd43._comment new file mode 100644 index 000000000..90b6094fa --- /dev/null +++ b/doc/forum/Annex_slow_on_Windows__47__direct_mode/comment_6_db7965fa928c093233769ed52b2fcd43._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="Idhup" + ip="178.175.139.138" + subject="Connection sharing workaround" + date="2014-07-07T10:20:23Z" + content=""" +I had the same issues but was able to work around most of them. I simply created keypairs on my Windows machines that allowed me to log in to my Ubuntu server. Means that while the overhead does make it smaller (I guess), the whole sync process can simply be run in the background without me having to check for a password prompt for 30 minutes, just to miss the short period during which I can enter it. Also, the actual object storage was moved to a directory special remote on the server, so Windows clients can simply automount a samba share and push the content over that line, which is less of a hazzle. + +Also, the speed issue got *much* better when I added all files. I still had a lot of files just lying around on my Windows machine. Once I added them all, the sync process sped up by several magnitudes. So, if https://git-annex.branchable.com/forum/fatal:_Out_of_memory__63___mmap_failed:_No_such_file_or_directory/ can be solved, I guess I'm happy on Windows. +"""]] |