• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved MySQL memory usage limit exceeded

shopuser

Basic Pleskian
Server operating system version
Ubuntu 20.04.6 LTS
Plesk version and microupdate number
Plesk Obsidian v18.0.65
How i can change or configurate the memory for MYSQL ?? i have installed MariaDB
10.3.39 and via Docker
mysql 5.7.34


Docker show :

Ressourcen
Memory : 1.7 GB from 31.4 GB
 
If you are getting such notification, it most likely indicates that the MySQL memory threshold defined in Monitoring has been exceeded. What you can do is navigate to Monitoring > Settings > Thresholds and increase the MySQL memory usage threshold. If that's not the case, please provide us with more details.
 
yes I knew that I could change the limits but I thought there was a different limit for MYSQL at the server or configuration , so it's not that relevant
 
Docker show :

Ressourcen
Memory : 1.7 GB from 31.4 GB
I believe it is a limit for a container with MySQL, not for MySQL itself. As I understand, you do not have it configured, the Docker service allows the container to get all available memory if it needs it.
1734511515943.png

If you want to change the container's limit, you can use the Plesk Docker extension for that,
If you want to change MySQL settings, then you need to use a custom my.cnf file, see https://hub.docker.com/_/mysql
 
I believe it is a limit for a container with MySQL, not for MySQL itself. As I understand, you do not have it configured, the Docker service allows the container to get all available memory if it needs it.
View attachment 27604

If you want to change the container's limit, you can use the Plesk Docker extension for that,
If you want to change MySQL settings, then you need to use a custom my.cnf file, see https://hub.docker.com/_/mysql thanks
Ok thanks, then there is no problem I have the container without limit.
 
Back
Top