out of memory with reasonables sizes



Hi,
I`m dealing with 'out of memory' problems at the moment, and I don´t
how to circumvade. I`m working with matrices of not too extreme
dimensions-typically 2000*3000*10. The array is allocated and filled
with probabilty values (\in [0,1]). Everythings ok upto here. When I
call an m-file I wrote, which updates the probabilty array, I get a
'out of memory' error, although the array is not grown allong any
dimension or else.

What are reasons for this behavior? My machine has 1 gb ram and 3gb
swap, I´m using r14 sp2.

Thanks for your help,

Felix
.



Relevant Pages

  • RE: Three Dimensional Array Question
    ... The same is true for dynamic allocation of memory. ... I haven't gotten an array to index from a string variable, ... "Tornados" wrote: ... > often and for each row i want the third dimension to act...so: ...
    (microsoft.public.excel.misc)
  • Size of Largest Array?
    ... Can anybody tell me the size of the largest array I can dimension? ... I get the idea that I can only use 2 gigs of memory. ...
    (comp.lang.fortran)
  • Re: Question about 2D VB arrays
    ... "So if you want to have the same memory layout in both languages, ... more inefficient when accessing the array. ... same result (same memory layout) if you change the meaning of dimensions. ... you thought that the first dimension is a row and the second is a column, ...
    (microsoft.public.vb.general.discussion)
  • Re: Size of Largest Array?
    ... > Can anybody tell me the size of the largest array I can dimension? ... > I am using Lahey FORTRAN 90. ... > I get the idea that I can only use 2 gigs of memory. ...
    (comp.lang.fortran)
  • Re: out of memory with reasonables sizes
    ... > call an m-file I wrote, which updates the probabilty array, I get a ... > 'out of memory' error, although the array is not grown allong any ... If your m-file is a function into which you have passed this array and ...
    (comp.soft-sys.matlab)