Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Incomplete
-
10.6.14, 10.11.5
-
docker
Description
Customer reported memory leak in the docker environment in 10.6.14 track and provided numerous performance_schema.memory_summary_global_by_event_name
outputs
According to Customer the issues is beyond existing JIRA reports for 10.6 track
while its in Docker, the memory leak isn't going to be docker related, its all in server.
jemalloc is in the container so testing its capabilities of leak detection is one option.
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 as an environment variable to the container runtime will enable it along with the desired MALLOC_CONF.