Bug #2438 | Runaway memory consumption | ||
---|---|---|---|
Submitted: | 18 Jan 2004 16:42 | Modified: | 2 Feb 2004 9:34 |
Reporter: | T.J. | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.1 | OS: | Linux (Mandrake Linux 9.2/WindowsXP) |
Assigned to: | Victor Vagin | 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
[20 Jan 2004 0:57]
T.J.
[20 Jan 2004 0:58]
T.J.
One of three necessary scripts. This will create the big text file for the main script. Creates a text file that is ~ 26 mb.
Attachment: makebig.pl (text/x-perl), 925 bytes.
[20 Jan 2004 0:59]
T.J.
One of three necessary scripts. This is the main script file.
Attachment: test.pl (text/x-perl), 2.62 KiB.