Re: outofmemoryexception
- From: "Ben Voigt" <rbv@xxxxxxxxxxxxx>
- Date: Tue, 5 Dec 2006 17:03:16 -0600
"tin" <tin@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:89268474-E119-47E1-948A-BED5C9C7C95F@xxxxxxxxxxxxxxxx
hi, i have an exe that holds a very large Dictionary collection that would
takes about 2.5G in total. the machine has 4G RAM.
if i load the entire collection within an EXE, i would get
outofmemoryexception when it uses up to about 1.5G RAM. however, if i
split
the collection into 2 seperate EXE, one can load up to 1.2G and another
1.3G
without any problems even if they both run at the sametime. the machine
still has about 500 MB RAM free afterward.
ideally, i like to have just one EXE to hold all 2.5G data ... is it
possible? any idea?
search for "Address Windowing Extensions"
thanks!
.
- Prev by Date: Re: .NET CLR exceptions reported but debugger does not break on th
- Next by Date: Is neglecting Dispose in this case acceptable?
- Previous by thread: Re: StackOverflowException in unmanaged code.
- Next by thread: Is neglecting Dispose in this case acceptable?
- Index(es):
Relevant Pages
|