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
Ansible, VMware and a bit more
Personal blog
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