octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #31861] crash with empty function line


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #31861] crash with empty function line
Date: Fri, 17 Dec 2010 17:55:49 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101028 Iceweasel/3.5.15 (like Firefox/3.5.15)

Follow-up Comment #19, bug #31861 (project octave):

"I need, for example, an array of size 51500x96x192."

That is a total of approximately 1.768*10^29 elements, so you can easily
create an array of that size without needing 64-bit indexing.

However, if it is a double precision array it will take up 7GB of memory, so
depending on what you plan to do with it, you might be quite limited unless it
is a sparse array or you have a lot of memory (say, 24-32GB or more).

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31861>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]