File: merge_causes_out_of_memory_on_large_repos.mdwn

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 (26 lines) | stat: -rw-r--r-- 620 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
25
26
### 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

[[!tag moreinfo]]