{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "i think this is not a bug.",
    "ClosedDate": "2011-06-20T14:31:05.417-07:00",
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi I'm trying to save 276 000 files (600 000+ entries when saving) for 370Go.\nI used UseZip64WhenSaving = Zip64Option.Always .\nThe temporary zip file is created and seem good when i reached to the last file  a System.OutOfMemoryException was thrown.\nI think is  when DotNetZip save() function try to do : file.move of temporary zip file.when DotNetZip save() function try to do : file.move of temporary zip file.",
    "LastUpdatedDate": "2013-05-16T05:31:45.35-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2010-08-04T06:28:54.073-07:00",
    "Status": {
      "Name": "Closed",
      "Id": 4
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "-Exception of type 'System.OutOfMemoryException' was thrown, When saving large files",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 2,
    "Id": 11718
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "It's an awful lot of entries. It could just be that you are... uh... out of memory.  I suggest you try the ZipOutputStream - it does not store the list of entries in memory in one block. It's a pure streaming approach and so will use less memory at runtime. ",
      "PostedDate": "2011-06-20T14:30:45.857-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2011-06-20T14:31:05.417-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:28.067-08:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-05-16T05:31:45.35-07:00",
      "Id": -2147483648
    }
  ]
}