python看了几天了,一直用的cmd里面来敲些简单的代码,今天安了个IDL,pycharm,安装完后运行出现问题:
the JVM could not be started. the maximum heap size might be too large or an antivirus or firewall tool could block the execution.
说最大堆大小可能太大,或者一个病毒或者防火墙阻止了,解决办法网上查了下,编辑安装目录中 \bin\pycharm.exe.vmoptions里的-Xmx选项为256m就可以了。