PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Memory Measurement & Optimization
>
Built-in
Mathematica
Symbol
Memory Management
Tutorials »
|
MemoryInUse
ByteCount
MemoryConstrained
See Also »
|
Mathematica Session Information
Memory Measurement & Optimization
More About »
MaxMemoryUsed
MaxMemoryUsed
[]
gives the maximum number of bytes used to store all data for the current
Mathematica
session.
MORE INFORMATION
On most computer systems,
MaxMemoryUsed
[]
will give results close to those obtained from external process status requests.
MaxMemoryUsed
[]
will not typically account for code space, stack space or the effects of heap fragmentation.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Show the maximum memory used during a session:
In[1]:=
Out[1]=
See how much the maximum memory used increased for a computation:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
SEE ALSO
MemoryInUse
ByteCount
MemoryConstrained
TUTORIALS
Memory Management
MORE ABOUT
Mathematica Session Information
Memory Measurement & Optimization
New in 1
© 2008 Wolfram Research, Inc.