Closed politsin closed 3 years ago
Some times mysql runs in docker container with memory-limits (-m flag) and has no access for all server RAM https://docs.docker.com/config/containers/resource_constraints/
-m
There are two ways for work around 1) Ask for current limit and get recommendations that will meet the limits 2) Make recommendations for increasing container memory-limits
In last release we added option -m to set memory limit for MySQL in MBs
Some times mysql runs in docker container with memory-limits (
-m
flag) and has no access for all server RAM https://docs.docker.com/config/containers/resource_constraints/There are two ways for work around 1) Ask for current limit and get recommendations that will meet the limits 2) Make recommendations for increasing container memory-limits