docs: update 64-bit core.packedGitLimit default
[gitweb.git] / git-compat-util.h
index 8a4a3f85e7ba0a658420c477e1af82e804d7fd36..1c5de153a528ada32435b8328e6176918aed6b21 100644 (file)
@@ -616,7 +616,7 @@ extern int git_lstat(const char *, struct stat *);
 #endif
 
 #define DEFAULT_PACKED_GIT_LIMIT \
-       ((1024L * 1024L) * (size_t)(sizeof(void*) >= 8 ? 8192 : 256))
+       ((1024L * 1024L) * (size_t)(sizeof(void*) >= 8 ? (32 * 1024L * 1024L) : 256))
 
 #ifdef NO_PREAD
 #define pread git_pread