How do I clear up some memory?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Chad Greene
el 15 de En. de 2014
Comentada: Matthew Creek
el 24 de Ag. de 2023
When I run computationally-intensive scripts, memory usage goes up and my computer slows down a little bit. This is to be expected. But sometimes after running one of these scripts I close all and clear all, yet when I check my system Activity Monitor Matlab is still using 3.5 GB and my computer runs slow until I restart Matlab. Any tricks for clearing up memory without restarting Matlab? I'm running Matlab R2012b on OSX 10.8.5.
0 comentarios
Respuesta aceptada
José-Luis
el 15 de En. de 2014
Editada: José-Luis
el 15 de En. de 2014
UNIX systems do not return memory allocated to an application until the application exits. So it's not really a Matlab problem.
1 comentario
Matthew Creek
el 24 de Ag. de 2023
Here are some links to related documentation:
Más respuestas (0)
Ver también
Categorías
Más información sobre Performance and Memory en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!