{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi\n\nI am using the Ionic.zip.dll lib (v..9.1.8) for the first time\nI have successfully written a simple .net console app to get a list of files and save them into a specified zip file (new each time)\n\nIt is so simple to use yet powerful, so Well DONE!\n\nHowever, when I re-run the same code (inside vs2012 Pro) but on a larger number of files (>1000) some of which are a large size (e.g. several at 500mb) then the .Save(<filename>) method simply hangs and processing seems to freeze and VStudio is still running. \nI can stop/pause and processing returns to VStudio\n\n(It works with other tests and >1000 files but smaller in size than this, more typical, folder contents)\n\nWhilst it is \"processing\" the destination folder contains a temp file \"DotNetZip-ac1qi3yg.tmp\"\nif I copy and rename this to a \".zip\" then I can open it but it fails to test and complains of errors in the file\n(I guess its not complete)\n\nBecause of the 1000 files and some of which are 500mb, i left this to perform its magic for over an hour and still the same -no joy.\n\nIs this normal, is there a limit on files/sizes or is there something else wrong?\n\nIn all cases I am using the .AddFiles( <list of files()>, <foldername>) as the method to add files\nworks when only smaller set of files\n\nAny advise/pointers would be appreciated\n\nthanks\nUrfan",
    "LastUpdatedDate": "2016-11-02T02:08:00.583-07:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2016-08-26T07:30:32.153-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": ".Save() hang",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 3,
    "Id": 17698
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "I have this exact same issue. All my tests run fine, then I give my app a real word test with my documents folder and it hangs after creating a ~110MB temp file.\nI'm doing .AddFiles() for ~17k files, then doing a .Save() and reporting progress with the SaveProgress event.\r\n\r\nEach time it hangs, it's at roughly, but not exactly the same point.\r\n\r\nAnyone got any suggestions?",
      "PostedDate": "2016-10-03T22:07:51.537-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2016-11-02T02:08:00.583-07:00",
      "Id": -2147483648
    }
  ]
}