Skip to content
Snippets Groups Projects
Commit 928a7c06 authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

* Don't create patches for archives >= 150 MB because bsdiff can't

  handle it.  It crashed on the 234 MB tetex archive.  Probably we
  will never be able to handle archives of that size on 32-bit
  machines (because bsdiff does everything in memory requiring
  max(17*n,9*n+m)+O(1) bytes, so the address space simply isn't
  there).
parent 040140dd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment