WPF application allocates huge number of TimerQueueTimer objects
I’ve got WPF application built with .NET 8, at some point it suddenly spiked both on CPU and memory. I managed to capture memory snapshot and it seems like there are lots of TimerQueueTimer
objects allocated, not sure where did they come from.
WPF application allocates huge number of TimerQueueTimer objects
I’ve got WPF application built with .NET 8, at some point it suddenly spiked both on CPU and memory. I managed to capture memory snapshot and it seems like there are lots of TimerQueueTimer
objects allocated, not sure where did they come from.