commit 18d4da03731dbe5620fbb8f4e37cffaa4d992f74 from: Stefan Sperling date: Wed Mar 18 16:13:46 2020 UTC tweak delta cache size in got-index-pack commit - 93bba072c2b45bc5879500248f203610dfa1405b commit + 18d4da03731dbe5620fbb8f4e37cffaa4d992f74 blob - 9ebc19818bde5e4d972fff5825b41a7fd25b6546 blob + cbeb792b83ccf50e03c5d50564b72a2b7d707a11 --- libexec/got-index-pack/got-index-pack.c +++ libexec/got-index-pack/got-index-pack.c @@ -875,7 +875,7 @@ main(int argc, char **argv) memset(&pack, 0, sizeof(pack)); pack.fd = -1; - pack.delta_cache = got_delta_cache_alloc(1000, + pack.delta_cache = got_delta_cache_alloc(500, GOT_DELTA_RESULT_SIZE_CACHED_MAX); if (pack.delta_cache == NULL) { err = got_error_from_errno("got_delta_cache_alloc");