.Net apps are not release memory
We have one windows service application deployed in 64 bit machine, the memory used by the apps not get cleared after the execution. All the database objects are disposed and set nothing to all object , but still the memory clean up is not happening. Is anybody is having any idea why the GC is not cleaning the memory used by the application. Initially this was running in 32 bit server and the performance was good , after installing it in 64 bit server with x64 as build option the performance is degraded.
basil jibiPosted Oct 24, 2011, 1:24 PM
Is there anyway other than installing memory profiler.
Because there are some restriction which wont allow me to install profiler in server.
Thanks,
Basil
Javeed M ShaikhPosted Oct 24, 2011, 1:15 PM
I would suggest to use a profiler on your machine and check for memory usage, following is the link:
http://memprofiler.com/download.aspx
http://msdn.microsoft.com/en-us/library/ff650691.aspx