How to monitor the Java memory usage in matlab?
2 次查看(过去 30 天)
显示 更早的评论
I have few java libraries which gets dynamically bounded to matlab at run time. Is it possible to know the memory usage of the Java libraries using matlab interface.
0 个评论
回答(1 个)
Dave Behera
2016-4-4
2 个评论
Walter Roberson
2016-4-5
If java has the memory allocated to it (totalMemory) but java is not currently using the memory for any object (freeMemory) then do you want to include it in the amount of memory that java is "using" for your purpose?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Call Java from MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!