P
Pei Lu
I am using Windows 2003 X86 server, which is a multiprocessor computer.
..Net 3.5 + SP1
I am getting System.OutOfMemoryException error.
It seemed GC seldom release memory of w3wp.exe.
Sometimes there was System.OutOfMemoryException error.
Currently I set w3wp.exe recycling when memory reachs 1000M.
It will be recycled everyday which I don't want.
I followed http://support.microsoft.com/kb/911716/en-us/
to set <gcServer enabled="false"/>. But I don't want to this which will
decrease the GC performance.
How to resolve this?
-Plu
..Net 3.5 + SP1
I am getting System.OutOfMemoryException error.
It seemed GC seldom release memory of w3wp.exe.
Sometimes there was System.OutOfMemoryException error.
Currently I set w3wp.exe recycling when memory reachs 1000M.
It will be recycled everyday which I don't want.
I followed http://support.microsoft.com/kb/911716/en-us/
to set <gcServer enabled="false"/>. But I don't want to this which will
decrease the GC performance.
How to resolve this?
-Plu