Re: Out of Memory Problem in VB 6.0 Application.
- From: "Peri" <Peri@xxxxxxxxxxxxxxxxx>
- Date: Mon, 19 Sep 2005 11:47:45 +0530
Dear Mike/Michael,
Thanks for your replies.
My architecture is designed in such a way that all my processes will run in
the memory, since all my process are computation intensive and I get good
results (in terms of speed) if I do every thing in the memory. Every time if
I go for file read/write and db read/write kind of stuff, it would slow down
my computation process dramatically.
I was surprised to see this error eventhough I had 4 GB of ram, good
processor and enough HDD capacity. To be frank, we asked our customer to buy
this kind of machine and he is facing this problem after a successful UAT.
Can you guys help me out to get rid of this error.
Awaiting for your reply.
--
Thanks and Regards,
Peri
"Mike Williams" <Mike@xxxxxxxxxxxxxxxxx> wrote in message
news:dgig0t$msc$1@xxxxxxxxxxxxxxxxxxxxxx
> "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: Someone
- 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
- Re: Out of Memory Problem in VB 6.0 Application.
- From: Mike Williams
- Out of Memory Problem in VB 6.0 Application.
- Prev by Date: More info is better
- Next by Date: Track Files Copying Out Of PC
- 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
|