
this version brings the following fixes - Fix jgit gc which retained garbage packs for 2 weeks which resulted in repo size explosion [1] by introducing a new option for pack expiration which by default expires packs after 1 hour - Fix refcounting and reclaiming memory in RepositoryCache. Hugo validated that this reduces memory consumption in Gerrit considerably - Make the FileLfsRepository thread safe. This fixes a severe threading issue for the lfs-storage-fs plugin [2] [1] https://groups.google.com/forum/#!searchin/repo-discuss/gc/repo-discuss/JW06GsH0vLo/9GV4TL0VDgAJ [2] https://git.eclipse.org/r/#/c/52177/16/org.eclipse.jgit.lfs.server/src/org/eclipse/jgit/lfs/server/fs/FileLfsServlet.java Change-Id: If6ba90c5e79747d20338ad32f03624a6bd75ee43 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>