[
  {
    "Id": "1241970",
    "ThreadId": "544424",
    "Html": "Extracting large files &gt; 5GB is failing.\r<br />\nI am using\r<br />\n<br />\nzip.ParallelDeflateThreshold = -1\r<br />\nzip.ExtractAll(path)\r<br />\n<br />\nAny suggestions?<br />\n",
    "PostedDate": "2014-05-06T03:41:12.477-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  },
  {
    "Id": "1261995",
    "ThreadId": "544424",
    "Html": "I've had this one happen to me before and have posted on it previously, but it was a long time ago and I don't have an easy link to it.\r<br />\n<br />\nAre you using self-extracting zips?  Basically it looks like you're running into the windows operating system size limitation for files.  I suspect that any file greater than 4 GB will fail for you.<br />\n\r<br />\nDepending on the OS you're using - it's been my experience that the following are true:\r<br />\n<br />\nA 32 bit machine:\r<br />\nSfx can't be greater than 2 GB\r<br />\nAnd a zip file can be no greater than 4 GB\r<br />\n<br />\n<br />\nA 64 bit machine:\r<br />\nSfx can't be greater than 4 GB\r<br />\n<br />\nUsing the zip64 standard the file size can be in terabytes (don't confuse this with the 64 bit OS because they are different things).  You can try the zip64 compression option and see if that works for you.<br />\n",
    "PostedDate": "2014-07-02T08:12:21.677-07:00",
    "UserRole": null,
    "MarkedAsAnswerDate": null
  }
]