Is there anyway to get the memory dump of the running ecs task?

2k Views Asked by At

I have a situation wherein the running Fargate ECS task is consuming more memory and when I run the solution locally I don't see any difference in memory consumption. docker in the Fargate task running the dotnet core application. When running locally, JetBrains dotMemory is showing the memory consumption along with garbage collection and everything going fine there. So want to know if there is any way we can get the memory dump of the running ECS task with that I can investigate what's actually going wrong? Thanks.

0

There are 0 best solutions below