How to determine how much RAM is available?
18 次查看(过去 30 天)
显示 更早的评论
I'm currently working on a tool designed to read in files and do stuff to the files, and the likelihood that it will eventually eat up all of the ram is quite high.
feature memstats is lying to me and telling me I have over 100TB, which is 500 times what I expect to have.
Does anyone have a method of determining how much ram is available, both with or without the pagefile?
If it makes a difference, I'm using 19b
0 个评论
回答(1 个)
Star Strider
2021-4-30
The memory function is the only option I’m aware of that would come close to providing that information. There are related functions linked to on that page.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!