[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help on Octave
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: help on Octave |
Date: |
Tue, 26 Jun 2012 09:18:37 -0400 |
On 26 June 2012 09:01, Pierpaolo <address@hidden> wrote:
> I am looking for a small help on a big problem in Octave.
>
> My problem is the follow:
>
> error: memory exhausted or requested size too large for range of Octave's
> index type
> My PC configuration is:
>
> OS: win 7 64bit
> RAM: 4gb
[snip]
> With a “small” matrix (6200x6200) I had a crash with previous error string.
This matrix isn't small. It would occupy approximately 4.5 gigabytes
of memory, if stored in full. This is more RAM than you have. Octave
needs 4.5 bytes of *contiguous* memory available, so even if you had
enough RAM to store it, memory fragmentatiion might prevent you from
loading this matrix into memory.
Use a smaller matrix, or if the matrix is sparse, use a sparse matrix type.
HTH,
- Jordi G. H.
- help on Octave, Pierpaolo, 2012/06/26
- Re: help on Octave,
Jordi Gutiérrez Hermoso <=
- Re: help on Octave, Martin Helm, 2012/06/26
- Re: help on Octave, Jordi Gutiérrez Hermoso, 2012/06/26
- Re: help on Octave, Martin Helm, 2012/06/26
- R: help on Octave, Pierpaolo, 2012/06/26
- Re: R: help on Octave, Martin Helm, 2012/06/26
- Re: R: help on Octave, Martin Helm, 2012/06/26
- Re: R: help on Octave, Jordi Gutiérrez Hermoso, 2012/06/26
- Re: R: help on Octave, Martin Helm, 2012/06/27
- Re: help on Octave, Michael Goffioul, 2012/06/27
- R: help on Octave, Pierpaolo, 2012/06/27