Replies: 1 comment
-
|
Sorry for missing this issue. 🙇♂️❤️ Unfortunately, we have a small team and so things like memory usage and MySQL tuning are beyond the scope what we can address in this git repo (though anyone is welcome to chime in). The repo is focused on packaging MySQL server into container images using (as much as possible) the upstream-provided configuration defaults. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have two Wordpress sites. They use the same Docker stack configuration. One was created a few months earlier. Both sites have very little traffic.
However, the first MySQL container is taking up several hundred MB of memory, while the other MySQL container is using very little memory.
I tried to update the first MySQL container with the command "docker service update --force www_db", after which both MySQL containers would take up several hundred MB of memory.
I don't know what the difference is. I want both MySQL containers to consume minimal resources.
Server version: 8.3.0 MySQL Community Server - GPL
Beta Was this translation helpful? Give feedback.
All reactions