Matlab takes 15 minutes to start, and significantly slows down PC once running.
1 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Satishkumar Aruljothi
2016-8-2
Try this
ust put a file called "java.opts" containing the Java option "-Dsun.java2d.pmoffscreen=false" into the directory matlabroot/bin/*system*/
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!