Bug #24509 | 2048 file descriptor limit on windows needs increasing | ||
---|---|---|---|
Submitted: | 22 Nov 2006 15:09 | Modified: | 15 Jun 2010 18:37 |
Reporter: | Shane Bester (Platinum Quality Contributor) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: General | Severity: | S3 (Non-critical) |
Version: | 5.0,5.1 | OS: | Windows (Windows) |
Assigned to: | Vladislav Vaintroub | CPU Architecture: | Any |
Tags: | 2048, bfsm_2006_12_07, bfsm_2007_02_01, fd, file descriptor, limit |
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
[21 Feb 2007 14:41]
Shane Bester