File: comment_1_09665f269343422cd18051fad1a8c19e._comment

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (24 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawmubB1Sj2rwFoVdZYvGV0ACaQUJQyiJXJI"
 nickname="Paul"
 subject="Hogging memory"
 date="2012-09-09T15:51:40Z"
 content="""
How do you prefer bugs to be reported?

I'm having a problem where git-annex (from git, 1e41c0d85ecc24e8656bff79b2fba46c3663a054) is taking over 20GB of RAM after adding a single file.

To reproduce:

1. Create a new annex (I used the web app, created an annex at ~/annex)
2. Add box.com as a remote, using encryption (followed <http://git-annex.branchable.com/tips/using_box.com_as_a_special_remote/>, basically `cd ~/annex; git annex initremote box.com type=directory directory=/media/box.com encryption=$GPGID`)
3. copied a file into the annex (ok, I admit, the file was a bit large, 350MB, but still)
4. refreshed the web app, nothing happened
5. closed the web app
6. started git annex assistant inside ~/annex
7. git annex webapp
8. noted that git annex noticed the file, and started transferring
9. wait
10. memory usage for the git-annex process goes beyond 21GB RAM
11. oomkiller kills git-annex
"""]]