Bug #30464 | parameters passed to procedures in serial mode rather than all at once | ||
---|---|---|---|
Submitted: | 16 Aug 2007 18:22 | Modified: | 28 Oct 2007 14:42 |
Reporter: | Don Cohen | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S5 (Performance) |
Version: | OS: | Any | |
Assigned to: | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[10 Sep 2007 21:24]
Don Cohen
[28 Sep 2007 20:19]
Tonci Grgin
Test case
Attachment: TestBug30464.java (text/java), 1.71 KiB.
[30 Sep 2007 4:57]
Don Cohen
the previous file with comments added
Attachment: TestBug30464.annotations (application/octet-stream, text), 3.55 KiB.
[4 Oct 2007 8:05]
Tonci Grgin
Eclipse SDK 3.3
Attachment: EclipseSDK3-3.JPG (image/jpeg, text), 85.62 KiB.
[27 Oct 2007 23:08]
Don Cohen
transcript showing diffs from 5.1.5
Attachment: diffs-5.1.5 (application/octet-stream, text), 4.24 KiB.