• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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