Matlab 2014b crashing suddently when using a specific folder
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Adi Natan
il 22 Mag 2015
Commentato: Dourado
il 29 Giu 2015
I've copied a folder of some code from one computer to another. And when I try to access it I get the following matlab error:
Exception in thread "FileDecorationCache request queue" java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Unknown Source)
at java.io.ByteArrayOutputStream.toByteArray(Unknown Source)
at com.mathworks.mlwidgets.explorer.util.FileSystemUtils.readBytes(FileSystemUtils.java:482)
at com.mathworks.mlwidgets.explorer.util.FileSystemUtils.readText(FileSystemUtils.java:454)
at com.mathworks.mlwidgets.explorer.util.FileSystemUtils.readText(FileSystemUtils.java:442)
at com.mathworks.mlwidgets.explorer.extensions.matlab.MFileTypeFinder.findMFileType(MFileTypeFinder.java:32)
at com.mathworks.mlwidgets.explorer.extensions.matlab.MatlabCodeFileInfoProvider$1.run(MatlabCodeFileInfoProvider.java:67)
at com.mathworks.mlwidgets.explorer.model.FileDecorationModel$DeferHandler.run(FileDecorationModel.java:390)
at com.mathworks.mlwidgets.explorer.model.FileDecorationModel$2.get(FileDecorationModel.java:275)
at com.mathworks.mlwidgets.explorer.model.FileDecorationModel$1$2.run(FileDecorationModel.java:182)
at com.mathworks.mlwidgets.explorer.model.FileDecorationModel$3$1.run(FileDecorationModel.java:343)
at com.mathworks.util.RequestQueue.execute(RequestQueue.java:129)
at com.mathworks.util.RequestQueue.access$000(RequestQueue.java:25)
at com.mathworks.util.RequestQueue$2.run(RequestQueue.java:79)
at java.lang.Thread.run(Unknown Source)
>>
Following that matlab freezes. Why is that happening, what should I do? As long as I dont try to load anything, or even browse in that folder, matlab works fine. I'm using a win 7 - 64 bit machine, Matlab 2014b.
2 Commenti
Dourado
il 29 Giu 2015
I've had this issue on folders with a lot of files in it. Raise memory heap didn't solve. Do you have any clue of how to solve it?
Risposta accettata
Walter Roberson
il 22 Mag 2015
Go into Preferences to the General section and increase Java Heap Memory there. Then restart MATLAB.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!