From f47880948da5bd98a6da3c65dfc0e8752db87930 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 1 Nov 2009 18:59:32 +0100 Subject: [PATCH] daemons/gc.sh: git repack -A 2G -> -a 1G --- daemons/gc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/gc.sh b/daemons/gc.sh index d85042c..bc56145 100755 --- a/daemons/gc.sh +++ b/daemons/gc.sh @@ -34,7 +34,7 @@ if [ -d "$forkdir" ]; then fi quiet=; [ -n "$show_progress" ] || quiet=-q -git repack -A -d --window-memory=2G -l $quiet +git repack -a -d --window-memory=1G -l $quiet git prune git update-server-info config_set lastgc "$(date -R)" -- 2.11.4.GIT