Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
RevDotNet Releasing
I've been using the RevDotNet API's for a new project and I'm running into an issue with it not releasing memory.
I have tried calling FREE_CLASS.NET at the end of the procedure that is running, and also managing freeing as I no longer need objects.
It does appear to be resetting the dotnet object counter but the OINSIGHT.EXE process is ballooning quite badly under high object count operations and it never gives the memory back.
Does anyone have any experience with this?
I have tried calling FREE_CLASS.NET at the end of the procedure that is running, and also managing freeing as I no longer need objects.
It does appear to be resetting the dotnet object counter but the OINSIGHT.EXE process is ballooning quite badly under high object count operations and it never gives the memory back.
Does anyone have any experience with this?
Comments
If you haven't already, I recommend posting this on the Revelation forums in the hopes that Bryan can answer your question.
It could very well be that the Task Manager isn't really giving me an accurate picture of what is going on as well.