java.lang.OutOfMemoryError: GC overhead limit exceeded
Bonjour,
En plaçant le current directory sur un dossier contenant environ 60 000 fichiers, voici ce que j'obtiens dans la fenêtre de commande :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| Exception in thread "RequestQueue for GenericFileList" java.lang.OutOfMemoryError: GC overhead limit exceeded
at com.mathworks.matlab.api.explorer.FileLocation.equals(FileLocation.java:333)
at com.mathworks.matlab.api.explorer.FileSystemEntry.equals(FileSystemEntry.java:155)
at com.mathworks.matlab.api.explorer.FileSystemEntry.matches(FileSystemEntry.java:166)
at com.mathworks.mlwidgets.explorer.model.genericfs.GenericFileList$7$1.receive(GenericFileList.java:487)
at com.mathworks.mlwidgets.explorer.model.genericfs.GenericFileList$7$1.receive(GenericFileList.java:479)
at com.mathworks.mlwidgets.explorer.model.realfs.StatToEntryAdapter.receive(StatToEntryAdapter.java:44)
at com.mathworks.mlwidgets.explorer.model.realfs.StatToEntryAdapter.receive(StatToEntryAdapter.java:14)
at com.mathworks.util.NativeJava.listFiles(Native Method)
at com.mathworks.mlwidgets.explorer.model.realfs.RealFileList.readFilesAndFolders(RealFileList.java:46)
at com.mathworks.mlwidgets.explorer.model.genericfs.GenericFileList$7.run(GenericFileList.java:501)
at com.mathworks.util.RequestQueue.execute(RequestQueue.java:87)
at com.mathworks.util.RequestQueue.access$000(RequestQueue.java:22)
at com.mathworks.util.RequestQueue$1.run(RequestQueue.java:58)
at java.lang.Thread.run(Unknown Source) |
Que faire ?
Merci