java.lang.OutOfMemoryError: GC overhead limit exceeded
Afficher commentaires plus anciens
I am using xmlread to read a large XML file I got an error with the following message:
Error using xmlread (line 106)
Java exception occurred:
java.lang.OutOfMemoryError: GC overhead limit exceeded
Error in Netanalysis (line 6)
xDoc = xmlread('net3.xgmml');
Exception in thread "qtp1449763573-100" java.lang.OutOfMemoryError: GC overhead limit exceeded
Exception in thread "Explorer NavigationContext request queue" java.lang.OutOfMemoryError: GC overhead
Error in xmlread (line 106)
parseResult = p.parse(fileObj);
Error in Netanalysis (line 6)
xDoc = xmlread('net3.xgmml');
Whats wrong here? Thank you for your help in advance!
Réponses (1)
Shivam Chaturvedi
le 2 Mar 2016
0 votes
Hi Ansam,
Are you using a custom toolbox? I see a "Netanalysis" function.
Also, you can try increasing the Java Heap memory if it helps.
1 commentaire
Ansam Al-sabti
le 4 Mar 2016
Catégories
En savoir plus sur Call Java from MATLAB dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!