linux执行命令慢 linux命令行卡住怎么办

linux下 命令行执行matlab速度很慢首先介绍一下我自己使用的有效方法,一般matlab启动初始化很慢主要的原因是在找注册文件,一般是由于安装了MAC类的软件引起的,所以我按照下文提供的方法“在【目标】中,键入如下内容”$MATLAB\bin\win32\MATLAB.exe” -c “Full Path to the MATLAB license file including file name””,我在快捷方式里面目标路径中键入:"C:\Program Files\MATLAB\R2009b\bin\win32\MATLAB.exe" -c "C:\Program Files\MATLAB\R2009b\bin\win32\lic_standalone.dat",即解决了这个问题,感谢网友无私的分享精神 。注意上面路径中lic_standalone.dat是自己的许可文件,换换就可以了!
Matlab随着版本的升级体积越来越大,带来的问题就是启动速度也越来越慢,下面就我注意到的几个影响MATLAB启动速度的问题集中和大家分析下解决办法 。
一、preferences方面原因
问题产生原因:
大家都知道 , preferences参数很多,如果首选参数设置的不得当,或者文件太大 , Matlab启动的时候加载preferences设置就需要较长时间
问题解决方法:
以管理员权限登录 , 以保证自己有查看隐藏文件的权限 。
windows
(1)退出Matlab , 一定要确保Matlab不再运行
(2)进入c:\Documents and Settings\ your username\Application Data\MathWorks\MATLAB\复制代码真实该路径可以在Matlab中键入prefdir得到
(3)将上述路径中 , 以Matlab版本号为文件名(比如R2009a)的文件夹,重命名为R2009a_old(其实这一步是在备份preferences文件)
(4)重启Matlab,此时predir下会重新创建一个R2009a文件夹,里面包含了所有的preferences设置,只是属性值都是默认的,当然以前对Matlab的设置全部没有了
(5)如果觉得不满意,那么将新生成的R2009a删除,将R2009a_old重新改为R2009a就可以恢复以前的设置了 。
Linux, Unix, or Mac
1) Quit MATLAB. Ensure that MATLAB is no longer running.
2) Rename the “.matlab/” directory in the users home directory, to “.matlab_old/”.
3) Restart MATLAB.
二、License方面原因
问题产生原因:
每次Matlab启动的时候会自动搜索Matlab的License文件,而计算机系统变量LM_LICENSE_FILE , 则是用来告诉所有的应用程序从哪里找到对应的License文件
另外系统变量LM_LICENSE_FILE也可能导致初始化很慢,但是该变量只对Matlab负责,LM_LICENSE_FILE是对所有的程序负责
但是假如你的Matlab使用的是网络版的License,你计算机没有联网就会导致无法找到network license
解决方法:
方法一
windows
(1)右击【我的电脑】选择【属性】
(2)在【高级】选项卡中 , 点击【环境变量】
(3)在下面的【系统变量】找到【LM_LICENSE_FILE】,如果没有,点击【新建】创建一个变量名为LM_LICENSE_FILE的变量
(4)将LM_LICENSE_FILE的属性值设置为Maltab的License文件的绝对路径
(5)重启Matlab
Unix,Linux,or Mac
Check to see if there is an environment variable set. Where this is located depends on the shell you are using. Look in your home folder. This file may be called: .cshrc (c-shell), .profile (bash), or .bashrc (bash)
You can also create an environment variable for that shell session from the command line using export or setenv (depending on your shell), but the above file needs to be edited for a permanent change.
For example:export MLM_LICENSE_FILE /usr/bin/matlab/license.dat
如果你只有一个License,那么你可以当Matlab启动的时候 , 在Maltab快捷方式或者命令行中指定License路径
windows
(1)右击Matlab快捷方式,选择【属性】
(2)在【目标】中,键入如下内容”$MATLAB\bin\win32\MATLAB.exe” -c “Full Path to the MATLAB license file including file name”
复制代码其中$MATLAB是Matlab安装根目录 , 可以在Matlab中键入matlabroot得到,Path to the MATLAB license file是License文件的绝对路径
(3)重启Matlab
Unix,Linux,or Mac
Use a -c switch to point directly at the license file when launching.
If the MATLAB installer has created symbolic links, runmatlab -c Full Path to the MATLAB license file including file name
If symbolic links were not created, run from $MATLAB/bin/./matlab -c Full Path to the MATLAB license file including file name
Where $MATLAB is the root MATLAB directory and Path to the MATLAB license file is the absolute path to your license file, likely in your $MATLAB/licenses directory.
Linux执行命令慢有啥原因开机时间过长 或者用linux执行命令慢的服务器版 偶尔会卡一下 一般linux是比较效率linux执行命令慢的
我用linux的时候为什么命令执行结果显示的那么慢呢?有什么办法能让文字界面变的跟gnome的终端一样迅速?【linux执行命令慢 linux命令行卡住怎么办】当linux执行命令慢你使用ctrl alt f1切换到文字界面时linux执行命令慢,这个动作只是在linuxlinux执行命令慢的多个终端中切换linux执行命令慢了到一个文字界面的终端 , 原来的图形界面并没有退出内存,所以很慢 。(ctrl alt f7可以切换回来)
这种情况linux执行命令慢你还不如直接在图形界面开一个虚拟终端速度还快些 。
当然你也可以关掉图形界面 , 但如果你是初学者,建议还是先了解一些linux图形界面的相关知识再做尝试 。如果是学习linux,在图形界面的虚拟终端下也是一样 。
linux执行命令慢的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于linux命令行卡住怎么办、linux执行命令慢的信息别忘了在本站进行查找喔 。

    推荐阅读