• Show log

    Commit

  • Hash : adb4bbb2
    Author : Stefan Sperling
    Date : 2022-05-20T08:40:46

    reduce the amount of memory used for caching deltas during deltification
    
    With files sorted properly for deltification we produce better deltas
    but end up consuming more memory and risk running into OpenBSD ulimits
    during packing. To compensate, reduce the threshold for the amount of
    delta data we store in memory, spooling more deltas into the cache file.
    
    ok op@