Bug #105861 | MySQL 8.0.27 - Possible memory leak, documentation missing | ||
---|---|---|---|
Submitted: | 10 Dec 2021 10:43 | Modified: | 14 Jul 2022 10:07 |
Reporter: | Carlos Abrantes | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: Documentation | Severity: | S3 (Non-critical) |
Version: | 8.0 | 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
[6 Jan 2022 18:09]
Carlos Abrantes
[13 Jan 2022 11:07]
Carlos Abrantes
Zip with updated txt and pdf files from pprof
Attachment: mybin.hprof.2060.heap.zip (application/zip, text), 569.19 KiB.
[18 Jan 2022 16:33]
Carlos Abrantes
Sample with table schema and queries
Attachment: Sample_mysql.txt (text/plain), 2.06 KiB.