Error 3210: Could not create diff file: Source file is greater than 2GB in size (106)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • newmankg
    Forum Member
    • Nov 2006
    • 1

    Error 3210: Could not create diff file: Source file is greater than 2GB in size (106)

    Urgently need to make patch for a file that is greater than 2GB, suppose splitting it into several pieces is not a very good idea
    If there any way to pass through this limitation?
    Thanks.
  • Brett
    Indigo Rose Staff Member
    • Jan 2000
    • 2001

    #2
    Other than splitting it, no. This is something that we are looking to add in the future. However, splitting the file into say 500MB chuncks may not be too bad of an idea. It will make the patch creation faster and may actually work better than you think. Worth a try anyhow...

    Comment

    • Lorne
      Indigo Rose Staff Member
      • Feb 2001
      • 2729

      #3
      Splitting it into smaller chunks will actually work fairly well, depending on the data. Chances are pretty good that most changes will be locale to each block; you could even try splitting different sizes to see what works better.

      I'd recommend going bigger than 500MB though...go as big as you can (should be just under 2 GB, if not then try 1 GB). You want the patch to be able to reuse as many internal data patterns as possible in each part.
      --[[ Indigo Rose Software Developer ]]

      Comment

      Working...
      X