Bug #83047 | Memory usage gradually increases and brings server to halt | ||
---|---|---|---|
Submitted: | 20 Sep 2016 7:40 | Modified: | 27 Sep 2017 11:37 |
Reporter: | Machiel Richards | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S2 (Serious) |
Version: | 5.7 | OS: | Ubuntu |
Assigned to: | CPU Architecture: | Any | |
Tags: | Memory, swapping |
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
[15 Aug 2023 8:06]
Oleg Andreyev
[15 Aug 2023 8:16]
Oleg Andreyev
pure 5.7 docker image same effect
Attachment: Screenshot_20230815_111344-2.png (image/png, text), 410.93 KiB.