Re: Out of Memory Problem in VB 6.0 Application.
- From: "Mike Williams" <Mike@xxxxxxxxxxxxxxxxx>
- Date: Sun, 18 Sep 2005 02:31:11 +0100
"Peri" <Peri@xxxxxxxxxxxxxxxxx> wrote in message
news:eL3nP57uFHA.3100@xxxxxxxxxxxxxxxxxxxxxxx
> For every entry in the pbltypDTSRiskArray(), dblRAValue()
> would contain 500 entries. The number of entries in
> pbltypDTSRiskArray() is around 30000.
I've just tried setting up a similar array on my own machine (WinXP Home,
0.5 GB RAM) and I can get about ten times as many elements as you are
getting (about 320000 before I get Out of Memory). By my reckoning that's
about 1.2 GB of data, so such arrays are obviously able to use the Windows
swap file (which on my system is set to a maximum of about 0.8 GB).
Obviously, different operating systems and different setups will behave
differently. I do wonder, though, why you should require all of this data in
memory (either virtual or real) all at once.
Mike
.
- Follow-Ups:
- Re: Out of Memory Problem in VB 6.0 Application.
- From: Peri
- Re: Out of Memory Problem in VB 6.0 Application.
- From: Michael C
- Re: Out of Memory Problem in VB 6.0 Application.
- References:
- Out of Memory Problem in VB 6.0 Application.
- From: Peri
- Re: Out of Memory Problem in VB 6.0 Application.
- From: Peri
- Re: Out of Memory Problem in VB 6.0 Application.
- From: Michael C
- Re: Out of Memory Problem in VB 6.0 Application.
- From: Peri
- Out of Memory Problem in VB 6.0 Application.
- Prev by Date: Re: Simple path problem - I'm embarrassed
- Next by Date: Re: Out of Memory Problem in VB 6.0 Application.
- Previous by thread: Re: Out of Memory Problem in VB 6.0 Application.
- Next by thread: Re: Out of Memory Problem in VB 6.0 Application.
- Index(es):
Relevant Pages
|
Loading