Task: Figure out why happybaby mysql consumes so much memory
Figure out why happybaby mysql consumes so much memory
11.06.2026happybaby2000.ru
The symptoms are very strange. It seems as though it checks the total amount of RAM on the server and reserves a quarter of it. For example, if there are 4 GB on the server, it consumes no more than a gigabyte, but on a local machine with 64 GB, it devours 16+ GB. At the same time, if you limit the memory for the container via Docker settings, MySQL crashes with a "Configuration check error". I initially looked into this issue with ChatGPT and we found nothing.
There is another strange thing: upon startup, MySQL consumes memory in chunks in a loop for a minute or two and then releases it. Clearly, something is wrong with it.
