commit 0a554478f10b435812e7fc28336817616f75979b from: Stefan Sperling date: Fri Jun 22 10:17:35 2018 UTC reduce object cache sizes commit - cc538cdd88f6de14b46ea3b317c6042b4fa72763 commit + 0a554478f10b435812e7fc28336817616f75979b blob - 5d18ab9204e793b414887aae3385588eef6a01a0 blob + 203dd23f75b193d6dc458dc139f85bca240aa676 --- lib/got_lib_repository.h +++ lib/got_lib_repository.h @@ -17,9 +17,9 @@ #define GOT_PACKIDX_CACHE_SIZE 64 #define GOT_PACK_CACHE_SIZE GOT_PACKIDX_CACHE_SIZE -#define GOT_OBJECT_CACHE_SIZE_OBJ 8192 -#define GOT_OBJECT_CACHE_SIZE_TREE 4096 -#define GOT_OBJECT_CACHE_SIZE_COMMIT 2048 +#define GOT_OBJECT_CACHE_SIZE_OBJ 1024 +#define GOT_OBJECT_CACHE_SIZE_TREE 128 +#define GOT_OBJECT_CACHE_SIZE_COMMIT 512 enum got_object_chache_type { GOT_OBJECT_CACHE_TYPE_OBJ,