How to monitor the Java memory usage in matlab?
Mostrar comentarios más antiguos
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.
Respuestas (1)
Dave Behera
el 4 de Abr. de 2016
0 votos
2 comentarios
denzil fernandes
el 5 de Abr. de 2016
Walter Roberson
el 5 de Abr. de 2016
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?
Categorías
Más información sobre Call Java from MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!