What are you doing that exhausts memory?
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva www.betav.com Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit
www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
[quoted text, click to view] "Daniel" <softwareengineer98037@yahoo.com> wrote in message
news:eKLTim09HHA.4476@TK2MSFTNGP06.phx.gbl...
> is there some per-process-limit on memory in .net processes? is there any
> way to increase it? i keep getting System.OutOfMemoryException when my box
> has 8 gigs of unused memory.
>
>
Are you saying if you add more CPUs then you can go to 4Gig?
Are you saying any 32bit machine can only handle 2Gig ( Server, desktop,
laptop etc..)
Thanks,
[quoted text, click to view] "Cor Ligthert[MVP]" <notmyfirstname@planet.nl> wrote in message
news:C48835DE-B422-45A0-BD02-95A2A6A94942@microsoft.com...
> If you do have a 32Bit OS, then your limit is 2Gb, you can extend that to
> 4 however then only to use in more processes. That needs by the way extra
> settings.
>
> Cor
>
> "Daniel" <softwareengineer98037@yahoo.com> schreef in bericht
> news:eKLTim09HHA.4476@TK2MSFTNGP06.phx.gbl...
>> is there some per-process-limit on memory in .net processes? is there any
>> way to increase it? i keep getting System.OutOfMemoryException when my
>> box has 8 gigs of unused memory.
>>
>>
>