0
点赞
收藏
分享

微信扫一扫

解决pycharm报错:There is not enough memory to perform ..以及if you already hava a 64-bit JDK… failed to..

花明 2022-04-24 阅读 34
python

PyCharm 打开时提示:There is not enough memory to perform the requested operation. please increase Xmx …
在这里插入图片描述

按照网上教程修改VM options文件,提高容量上限,一次性把三个变量都提高
在这里插入图片描述
修改文件前三行数值大小
之后,重启pycharm时报错if you already hava a 64-bit JDK……以及 failed to create jvm……

于是继续查找相关帖子,找到前面修改的文件,又将参数往下调,参考文章https://blog.csdn.net/LastNight_Will/article/details/114379338

文件位置为:C:\Users\用户名\AppData\Roaming\JetBrains\PyCharm2020.2\pycharm64.exe.vmoptions

后来,xmx变量修改到了10000,终于能用了~

举报

相关推荐

0 条评论