Bug #113334 | Mysql memory bloating and causing server out of memory | ||
---|---|---|---|
Submitted: | 5 Dec 2023 8:32 | Modified: | 5 Dec 2023 10:38 |
Reporter: | JASPAL SINGH | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 8.0.30 | OS: | Windows (2016) |
Assigned to: | CPU Architecture: | Any (12 CPUs) | |
Tags: | Out Of Memory error |
[5 Dec 2023 8:32]
JASPAL SINGH
[5 Dec 2023 10:38]
MySQL Verification Team
Hi Mr. Singh, Thank you for your bug report. However, let us inform you that this is a forum for the reports with fully repeatable test cases and you have not provided one. We can only provide you with some general advice. Look at the configuration of MySQL that you have set. You could have set some buffers too high ...... Especially look at the number of concurrent connections that are running when MySQL cannot allocate memory. Then carefully analyse settings that allocate memory on the connection level. For example, if you run queries that require temporary tables and sorting, then if both are set, for example at 64 Mb and you have 1.000 such connections, then you will have a need for 128 Gb of RAM. This is not a forum for the free support, so we can not help you with your problem. Also, for your information, this is not a bug. That is something that happens to many misconfigured MySQL installations. Can't repeat.