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

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

[Octave-bug-tracker] [bug #44380] Facing memory limit of less than 1 GB


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #44380] Facing memory limit of less than 1 GB
Date: Tue, 03 Mar 2015 02:50:53 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0

Follow-up Comment #13, bug #44380 (project octave):

The limits on data use for 64-bit systems are not as simple as just less than
2^32 bytes.  More memory than that can be allocated, and you can index
approximately 2^31 elements (the index value is signed).  For double complex,
that's approximately 16*2^31, or about 32GB.  See more detail here:

http://www.gnu.org/software/octave/doc/interpreter/Compiling-Octave-with-64_002dbit-Indexing.html#Compiling-Octave-with-64_002dbit-Indexing

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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