开发者

Memory Leak on Microsoft.Win32.SafeHandles.SafeWaitHandle?

开发者 https://www.devze.com 2023-03-01 01:36 出处:网络
So I am profiling my application with ANTS memory profiler and the large object heap size goes back down after I run my test, but the private bytes do not seem to fully go back down.

So I am profiling my application with ANTS memory profiler and the large object heap size goes back down after I run my test, but the private bytes do not seem to fully go back down.

It says that there are many SafeWaitHandles left over and also System.Threading.OverlappedData suggesting that there is a problem with the finalizer of overlapped data.

I am desperately trying to make this application 开发者_StackOverflowrock solid so that it can be left running forever (I will probably put in a fail safe restart if memory usage hits a certain value anyway)

Has anyone had any experience with these objects causing problems?

Also System.Configuration.RunetimeConfigurationRecord is storing a lot of strings which appear to be taking up quite a lot of memory. But i'm not quite sure about what to do with this either. I can provide any information / dumps that may help.

Thanks in advance. Chris


old question which is no longer a problem - the service memory usage fluctuates by a few meg but after extensive testing happy that there are no memory leaks & fail safes with service failure configuration sufficient. will accept this as answer when allowed.

0

精彩评论

暂无评论...
验证码 换一张
取 消