Re: Memory increase and hang
"Dan Pavel" <myalternativmail@xxxxxxxxx> wrote in message
news:uMn0iAqkFHA.3960@xxxxxxxxxxxxxxxxxxxxxxx
> I have an C# application and after about 12 hours it hangs with a .NET
> Error System.OutOfMemoryException. This error is received after
> GC.GetTotalMemory: 100038436 and in task manager the used memory is
> about 130,000k.
> I used GC.Collect but did not help. Please help.
Almost certainly you are not disposing resources correctly - you ABSOLUTELY
CANNOT rely on the GC to do this for you!!!!
.
Relevant Pages
- Re: Computer hanging
... year old laptop. ... > Are you saying even task manager hangs? ... > be able in task manager to close out processes until you find ... > memory. ... (microsoft.public.windowsxp.help_and_support) - Re: Start function
... My current problem is when the .exe in the myProcess is exporting data from one file to another file, it hangs at some files. ... The memory usage in the Task Manager shows nearly my virtual memory. ... I found the myExe.exe still shown in the Task Manager and eats up memory. ... My machine nearly hang. ... (microsoft.public.dotnet.languages.csharp) - Re: Why does it taken long time to start the application program
... Try the general troubleshooting steps. ... Check in Task Manager to see any program is taking ... more processor or memory, so that you will know if its ... Prev by Date: ... (microsoft.public.windowsxp.general) - Should I really have this many...
... When I open the task manager, and click processes to see what is using a lot ... of memory on my computer, I find that I have 6 svchost.exe running. ... Thnx in advance. ... Prev by Date: ... (microsoft.public.windowsxp.general) - Memory increase and hang
... I have an C# application and after about 12 hours it hangs with a .NET ... 100038436 and in task manager the used memory is ... Dan ... Prev by Date: ... (microsoft.public.dotnet.languages.csharp) |
|