M
Manfred Denzer
Hello!
My PDA (Ikôn by Psion Teklogix) with Windows Mobile 6 has 128MB RAM.
I develop with C# and the .NET Compact Framework in Microsoft Visual
Studio 2005.
If I load a big XML in my application, I get an OutOfMemoryException.
I check the memory in my application with "GC.GetTotalMemory(true)".
Bevor I load the XML, it is 850.000 and after it is 3.500.000. Is this
to much?
Is it possible to give an application more RAM?
In Java it is possible with "javaw.exe -Xmx128m", so I hope, there is
a chance in C# too
Thank you very much for your help!
Manfred Denzer
My PDA (Ikôn by Psion Teklogix) with Windows Mobile 6 has 128MB RAM.
I develop with C# and the .NET Compact Framework in Microsoft Visual
Studio 2005.
If I load a big XML in my application, I get an OutOfMemoryException.
I check the memory in my application with "GC.GetTotalMemory(true)".
Bevor I load the XML, it is 850.000 and after it is 3.500.000. Is this
to much?
Is it possible to give an application more RAM?
In Java it is possible with "javaw.exe -Xmx128m", so I hope, there is
a chance in C# too
Thank you very much for your help!
Manfred Denzer