Bug #96612 | MySQL 5.7.26 does not release memory after executing a query | ||
---|---|---|---|
Submitted: | 22 Aug 2019 8:12 | Modified: | 22 Aug 2019 12:55 |
Reporter: | Marco Giulioli | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.7.26 | OS: | Windows (Windows Server 2016 Datacenter) |
Assigned to: | CPU Architecture: | Any |
[22 Aug 2019 8:12]
Marco Giulioli
[22 Aug 2019 12:55]
MySQL Verification Team
Hi Signor Giulloli, Thank you for your bug report. Unfortunately, what you report is not a bug. We check each release thoroughly for the memory leaks by several professional tools. What you see is expected behaviour. MySQL is not allocating all memory at once, but will use memory up to the limits set by our configuration variables. Hence, check all your global and local buffer settings. They might not be necessary set by you, but by that application that you use.