如何处理git的Auto packing

2019-08-23  本文已影响0人  拉普拉斯妖kk

Auto packing the repository for optimum performance. You may also
run "git gc" manually. See "git help gc" for more information.

warning: suboptimal pack - out of memory
fatal: Out of memory, malloc failed (tried to allocate 130420145 bytes)
error: failed to run repack

[core]
    packedGitLimit = 128m
    packedGitWindowSize = 128m

[pack]
    deltaCacheSize = 128m
    packSizeLimit = 128m
    windowMemory = 128m
[pack]
    window = 0 
上一篇下一篇

猜你喜欢

热点阅读