I’m getting following error as a log in the .Net application.
APC : GCHeapSizeMB=1507,AdminGCHeapLimitMB=1500. Heap size cannot be
reduced to desired level.
I understand that there is overflow in heap memory but can someone tell me how to avoid / manage this issue.
I came across an class called MemoryFailingPoint in System.Runtime but would like to know how much memory available and want to mange it programatically.
I debugged myself and found there seems to be lot of file handles can be disposed and temporary memories which is not required can be disposed. So, I have did the same and its seems to be some what less. However i need to resolve or should log with zero errors in order to resolve this across the project which is a quite tedious task.
Thanks for all your inputs.