git gc and bup

To avoid the OOM killer (…) after a git gc call on a bup repository:

$git config –global pack.windowMemory 512m
$git config –global pack.threads 10