commit cfcf1cbc17e0ba04db86f31e48233e0ef2e9fd6d from: Stefan Sperling date: Tue May 31 18:49:16 2022 UTC reduce GOT_PACK_CACHE_SIZE to 32, otherwise it uses too many open files found by tracey commit - 13242195c28da5b721878751b7cb7beb3fa0e264 commit + cfcf1cbc17e0ba04db86f31e48233e0ef2e9fd6d blob - 5fb86bb46e7a4329db5383980128ed5c1b627aec blob + c75567b209bd9f2ce134e3ca05a66884b8dcbc04 --- lib/got_lib_repository.h +++ lib/got_lib_repository.h @@ -28,7 +28,7 @@ #define GOT_OBJECTS_PACK_DIR "objects/pack" #define GOT_PACKED_REFS_FILE "packed-refs" -#define GOT_PACK_CACHE_SIZE 64 +#define GOT_PACK_CACHE_SIZE 32 struct got_packidx_bloom_filter { RB_ENTRY(got_packidx_bloom_filter) entry;