Java heap space memory error after saving a large number of files
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I am running a batch generation of simulated images in Matlab using the software CERR ( http://www.cerr.info/about.php ). It involves large structure files containing image matrices which are opened, modified and then saved using saveas. The following error appears after running about 200 files: Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
Is there any way of clearing the java memory within my code to free some space? I have already increased the java heap size to maximum in the preferences. Any help will be greatly appreciated!
0 comentarios
Respuestas (0)
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!