add
This commit is contained in:
parent
97929c3405
commit
5c30cb5e03
1 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,15 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 2"""
|
||||
date="2015-03-26T15:50:49Z"
|
||||
content="""
|
||||
git-annex never directly calls `git pack-object` or `git repack`
|
||||
or anything like that. This is likely being done internally by git,
|
||||
as controlled by `gc.auto` configuration.
|
||||
|
||||
If this is eating a lot of ram, it seems to me that you have likely
|
||||
checked some large files into you git repository, rather than using
|
||||
git-annex to manange them. git using lots of ram when large
|
||||
files have been added to it is one of the reasons git-annex exists,
|
||||
after all..
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue