使用pycharm时常出现   the IDE is running low on memory 的问题,表示pycharm这款IDE使用内存不足,需要在系统内存充足的情

况下扩充IDE memory。(推荐:pycharm教程)

首先,打开File —> Appearance —>Windows Options —> 选中show memmory indicator —> OK

右下角会出现232 of 989M左边数字为已使用IDE memory,右边数字为总共的IDE memory,初始为750M,如果pycharm出现卡顿,

左边的数字将会逼近右边数字。

然后,在pycharm右上角工具栏选中 help —> Find Action —> 输入VM Options —> 打开 Edit Custom VM Options

编辑pycharm.vmoptions文件,将   -Xmx750m   改为   -Xmx1024m, 如果有特殊需要可将1024继续扩充,ctrl+s保存

重启pycharm,发现IDE memory从750M扩充为989M,pycham运行流畅。

更多python技术,请关注python教程!

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » pycharm用着卡为什么