]> git.proxmox.com Git - libgit2.git/commit - src/pack.c
pack: limit the amount of memory the base delta cache can use
authorCarlos Martín Nieto <cmn@dwim.me>
Fri, 21 Dec 2012 12:46:48 +0000 (13:46 +0100)
committerCarlos Martín Nieto <cmn@dwim.me>
Fri, 11 Jan 2013 16:32:59 +0000 (17:32 +0100)
commit0ed756200693aed93c4c9fb4f8776196fec5a971
tree4274bf1f28278fc167ea302a579df9f492c69e78
parentc8f79c2bdf9dd237d5c407526bcfc20d4eff5e64
pack: limit the amount of memory the base delta cache can use

Currently limited to 16MB (like git) and to objects up to 1MB in
size.
src/pack.c
src/pack.h