Matlab takes 15 minutes to start, and significantly slows down PC once running.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Volkan Tas
le 1 Août 2016
Commenté : Volkan Tas
le 8 Août 2016
I am running Matlab R2016a 64-bit on Ubuntu 14.04LTS with a 2013 i7 processor, gtx670 gfx card and Nouveau drivers, 16 gig of ram.
- Starting Matlab with ./matlab takes about 15 minutes - Software rendering - 2 CPU's is at 100% While Matlab is starting.
- Starting Matlab with ./matlab -nodesktop takes about 7 minutes - Software Rendering - 1 CPU is at 100% while Matlab is starting.
- Starting Matlab with ./matlab -nosplash the GUI loads instantly however takes 20 minutes +(force stopped) before I can use matlab. - Software Rendering. - 1 CPU is at 100% while matlab is starting
- Starting Matlab with ./matlab -debug is instant. PC is not slowed down.
- Starting Matlab with ./matlab -nojvm is instant.
- Matlab worked well on this hardware and OS for 4 months, until last week
Q1 What could be causing this issue now when it worked fine for at least 4 months?
Q2 What functionality is switched off in -debug mode? Any documentation on this? Can I simply use this mode to use matlab?
Q3 How can I debug such an issue?
Thank you in advance.
0 commentaires
Réponse acceptée
Satishkumar Aruljothi
le 2 Août 2016
Try this
ust put a file called "java.opts" containing the Java option "-Dsun.java2d.pmoffscreen=false" into the directory matlabroot/bin/*system*/
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Startup and Shutdown dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!