Docker component memory

Hello,
IAM struggling with my application that crushes on a daily basis and generating HPROF logs.
Want to increase the memory of some docker component but need to know the limits of my memory and analyze in deep in order to understand the root cause.
Any idea ?

You can check on memory usage of your containers using docker stats and docker inspect. Then you can increase Memory Limits for the Docker containers --memory.

Maybe some monitoring software would help. Checkout netdata.