{
  "WorkItem": {
    "AffectedComponent": {
      "Name": "",
      "DisplayName": ""
    },
    "ClosedComment": "",
    "ClosedDate": null,
    "CommentCount": 0,
    "Custom": null,
    "Description": "Set MaxOutputSegmentSize  = 2048 * 1024 * 1024 // 2GB\nthrows an exception because 2048 * 1024 * 1024 is greater than Int32.MaxValue\n \nI need to split files into a 2gb segment size",
    "LastUpdatedDate": "2013-02-21T18:43:08.493-08:00",
    "PlannedForRelease": "",
    "ReleaseVisibleToPublic": false,
    "Priority": {
      "Name": "Low",
      "Severity": 50,
      "Id": 1
    },
    "ProjectName": "DotNetZip",
    "ReportedDate": "2011-07-28T10:28:01.9-07:00",
    "Status": {
      "Name": "Proposed",
      "Id": 1
    },
    "ReasonClosed": {
      "Name": "Unassigned"
    },
    "Summary": "MaxOutputSegmentSize support for >2gb size files",
    "Type": {
      "Name": "Issue",
      "Id": 3
    },
    "VoteCount": 3,
    "Id": 13999
  },
  "FileAttachments": [],
  "Comments": [
    {
      "Message": "I am having the same problem. I find that the 64Bit mode is not covered well right now. Because the options allow to split files anywhere between 2Gb and a few Kb. But splitting based on limits does no longer work beyond 2Gb since the MaxOutputSegmentSize (int32) overflows. To me its not clear whether splits are used at all, when using 64Bit mode:\r\n\r\n-> Is the in 64bit mode the File System limit - eg.: NTFS 16Tb in one file?\r\n-> Are file splitting and 64Bit options in fact like an exclusive radio option and not like an (boolean OR)   \r\n    check options?\r\n-> What code do need to implement each option?\r\n\r\nI find the whole issue badly covered in the online help and the examples available from the documentation. I could supply better samples but I do not know the expectations - therefore, I am not sure what to do here(?).",
      "PostedDate": "2012-04-25T08:44:22.807-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2012-04-26T04:28:38.52-07:00",
      "Id": -2147483648
    },
    {
      "Message": "",
      "PostedDate": "2013-02-21T18:43:08.493-08:00",
      "Id": -2147483648
    }
  ]
}