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.youkuaiyun.com/LastNight_Will/article/details/114379338
文件位置为:C:\Users\用户名\AppData\Roaming\JetBrains\PyCharm2020.2\pycharm64.exe.vmoptions
后来,xmx变量修改到了10000,终于能用了~