2

I'm trying to add some profiling capabilities to a server application. I have found 'GCAllocationTick_V1' event and I would like to monitor it and react to it in code. Unfortunately, I couldn't find any information regarding this topic.

Actually, I found out that my production server sometimes allocates ~1GC/Sec, which causes the GC to go nuts. I couldn't find any pattern to this behaviour and it never happened on my DEV ENV. Thus, I'm searching for a way to catch the memory allocation LIVE. Be my guests and offer any other ideas on how to find the source to the problem.

Thanks,

O

Omeriko
  • 1,151
  • 11
  • 19