You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed a significant memory leak in my application which I eventually tracked down to this library. In dotMemory it just shows unmanaged memory increasing over time. My application creates instances of objects (many over time, but only one at a time) that use this library to read a configuration file.
After integrating the code into my project I was able to determine it was related to the ProxyGenerator. I made it static after coming across the following article. I'm not sure if there are any side effects to this, but it seems to work, and I am using my own version of the library for now.
I noticed a significant memory leak in my application which I eventually tracked down to this library. In dotMemory it just shows unmanaged memory increasing over time. My application creates instances of objects (many over time, but only one at a time) that use this library to read a configuration file.
After integrating the code into my project I was able to determine it was related to the ProxyGenerator. I made it static after coming across the following article. I'm not sure if there are any side effects to this, but it seems to work, and I am using my own version of the library for now.
https://www.asystad.net/memory-leak-with-castle-core-proxygenerator/
rnoecker@5f22b70
The text was updated successfully, but these errors were encountered: