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!