Re: a big limit of mathematica?



Mathematica's limitations are very likely related
to the amount of virtual memory it is allocated by
the operating system, and perhaps by the maximum
amount of memory Mathematica declares it is going to
use.  Such limits are much smaller than the 64 bit
limit on address space.  In particular,
doing

Table[0,{i,1,10^4},{j,1,10^4}]  4 times on a 32-bit system
probably gives the SAME error. But if LumisROB were to quote
the FULL ERROR MESSAGE, it might help.  The message suggests
that quitting other applications might help.
Maybe yes, maybe no,  but full disclosure suggests this
information should be passed on.  It is still not what I'd like..
but see below.



LumisROB wrote:
On Sat, 10 Sep 2005 12:21:34 GMT, LumisROB
<lumisrob_NOGOOD_@xxxxxxxxx> wrote:

Verified to fund both on Windows that on other OS : Mathematica 5.2
and the 64 bit are an illusion. You try on any system to create 4
numerical random matrixes of 10^4*10^4 elements (they should occupy
around 4GB) but.... mathematica interrupts the calculation for lack of
memory . A tool that it affirms to be to 64 bit doesn't have to do
this...... or no?

Doesn't have to, but could.


Thanks for the help Rob


Here's the message.


No more memory available. Mathematica kernel has shut down. Try quitting other applications and then retry.

RJF

.



Relevant Pages

  • Re: a big limit of mathematica?
    ... > amount of memory Mathematica declares it is going to ... That's not the way virtual memory works, at least on any decent operating ... by the operating system is determined dynamically and is limited only by ...
    (sci.math.symbolic)
  • Re: get 0x0000007e after running SFC/scannow
    ... Don't mess around with the operating system. ... like to use full DLL cache. ... So increased the amount of ... memory for protected mode and ran sfc /scannow. ...
    (microsoft.public.windowsxp.hardware)
  • Re: Amount OF Memory...,
    ... Does it return only the amount requested or it returns memory by ... Many modern implementations allocate memory as pages. ... space obtained from the operating system by the implementation, ...
    (comp.lang.c)
  • Re: Performance tuning suggestions needed
    ... operating system, hardware, number of processoes, amount of memory, type of ... and what your performance tuning objectines are. ...
    (comp.databases.informix)
  • Re: If Macs have no spyware....
    ... >had made a complete code review of its operating system and removed all ... and writing new data into those memory locations would ... >but when the data exists on the stack, it can cause very large problems. ... >location that needs to be written in place of the correct execution ...
    (comp.sys.mac.advocacy)

Loading