memoryInfo()

Cross-platform memory usage information
262 Downloads
Updated 18 Feb 2014

View License

Editor's Note: This file was selected as MATLAB Central Pick of the Week

Returns a struct with the information about memory usage in kB. For example:
>> printR(memoryInfo)
struct():
total: 3932392
free: 156216
used: 3776176
cache: 1154900
usedMatlab: 588220
swap: [1x1 struct]
struct().swap:
total: 4095696
free: 3294648
used: 801048
usedMatlab: 7488

Note: MATLAB swap usage calculation on Windows was not implemented. You can get only swapusage for all applications running on the machine.

Cite As

Sviatoslav Danylenko (2024). memoryInfo() (https://www.mathworks.com/matlabcentral/fileexchange/45598-memoryinfo), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Performance and Memory in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0