Runtime Broker – Consuming lots of memory.
Hello All,
I have developed a UWP app years ago to download and store files and sync data from a service of mine.
This application has been stable and working without issues for long time, however a recent change in the behaviour of the solution has meant it’s almost continually streaming data from the service and a side effect of that means the runtime broker is consuming so much memory the system grinding to a halt, even stopping the traffic doesn’t free the memory.
Is there any way I can debug what is happening with this RuntimeBroker or understand why this is happening?
Hello All, I have developed a UWP app years ago to download and store files and sync data from a service of mine. This application has been stable and working without issues for long time, however a recent change in the behaviour of the solution has meant it’s almost continually streaming data from the service and a side effect of that means the runtime broker is consuming so much memory the system grinding to a halt, even stopping the traffic doesn’t free the memory. Is there any way I can debug what is happening with this RuntimeBroker or understand why this is happening? Read More