{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Hi ,\n\nI am trying to zip 7 GB file using Ionic.Zip file and i am using code sample given in the document.But whenever code is zipping file ,CPU usage  will be 90~100 % .Can you please let me know if i am missing anything in below code ?\n\nusing (ZipFile zip = new ZipFile())\n{\n zip.UseZip64WhenSaving = Zip64Option.AsNecessary;\n  zip.AddFile(@\"MyFile.txt\");\n zip.Save(ZipFileToCreate);\n}\n\nMy system info\n\nRAM 8 GB, 64 bit OS,Intel Core i5-2540 M CPU @ 2.6GHz,2 Cores,4 Logical processor",
    "LastUpdatedDate": "2014-12-08T01:19:04.41-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Unassigned",
      "Severity": 0,
      "Id": 0
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2014-12-08T01:19:04.41-08:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "high CPU usage when zipping file",
    "Type": {
      "Name": "Unassigned",
      "Id": 5
    },
    "VoteCount": 1,
    "Id": 17219
  },
  "FileAttachments": [],
  "Comments": []
}