gives the maximum number of bytes used to store all data for the current Wolfram System session.
MaxMemoryUsed[expr]
gives the maximum number of bytes used during the evaluation of expr.
Details
Examples
Basic Examples
See Also
Tech Notes
Related Guides
History
Cite this Page
MaxMemoryUsed
gives the maximum number of bytes used to store all data for the current Wolfram System session.
MaxMemoryUsed[expr]
gives the maximum number of bytes used during the evaluation of expr.
Details
- 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.
See Also
MemoryInUse ByteCount MemoryAvailable MemoryConstrained
Function Repository: TimeMemoryUsed EchoPerformance
Tech Notes
Related Guides
-
▪