Bug #87501 | MySQL5.7.16 memory leak | ||
---|---|---|---|
Submitted: | 22 Aug 2017 8:54 | Modified: | 12 Sep 2017 21:22 |
Reporter: | dehua yang | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.7.16 | OS: | CentOS (6.6) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
Tags: | OOM |
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
[22 Aug 2017 8:56]
dehua yang
[22 Aug 2017 8:57]
dehua yang
here is the configuration file
Attachment: my.cnf (application/octet-stream, text), 5.10 KiB.
[22 Aug 2017 8:57]
dehua yang
here is the show global variables
Attachment: show_global.txt (text/plain), 15.00 KiB.