Re: Out of Memory Problem in VB 6.0 Application.



"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



.



Relevant Pages

  • Re: Out of Memory Problem in VB 6.0 Application.
    ... results if I do every thing in the memory. ... >> would contain 500 entries. ... > I've just tried setting up a similar array on my own machine (WinXP Home, ... different operating systems and different setups will behave ...
    (microsoft.public.vb.general.discussion)
  • Re: out of memory
    ... You don't need much memory. ... With only 36000 entries, you can trivially work in double precision. ... You don't need to modify CSparse to solve this problem. ...
    (comp.soft-sys.matlab)
  • Strange breakage on amd64 RELENG_6
    ... *** Error code 1 ... L1 2MB instruction TLB: 8 entries, ... Physical memory chunk: ...
    (freebsd-questions)
  • Re: Kernel panic: Route cache, RCU, possibly FIB trie.
    ... My theory is that it is related to the route cache ... One of the crashed was caused by out of memory, but all the memory was allocated through slab. ... On this machine, rigth now, between 14000 to 60000 entries in the route cache. ... All the entries are freed via RCU which due to the deferred delete ...
    (Linux-Kernel)
  • Re: Auto correct
    ... problems in Word are often caused by low memory resources -- rebooting ... refreshes that memory. ... The number of AutoText entries is only limited by hard drive space. ... > state and zip for Dr. B Jones followed by a space and Dr. C ...
    (sci.med.transcription)

Loading