How to monitor the Java memory usage in matlab?
2 visualizaciones (últimos 30 días)
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.
0 comentarios
Respuestas (1)
Dave Behera
el 4 de Abr. de 2016
2 comentarios
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?
Ver también
Categorías
Más información sobre Call Java from MATLAB en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!