我刚刚升级到IntelliJ IDEA 12.0
并在尝试启动时立即收到错误:
The JVM could not be started. The maximum heap size (-Xmx) might be too large or
an antivirus or firewall tool could block the execution.
我检查了我的idea.exe.vmoptions
文件,最大堆大小只有 640m(我有 8 GB 的物理内存并且没有运行任何其他应用程序)。
idea.exe.vmoptions
-Xms128m
-Xmx640m
-XX:MaxPermSize=640m
-XX:ReservedCodeCacheSize=64m
-XX:+UseCodeCacheFlushing
-ea
-Dsun.io.useCanonCaches=false
我仍然IntelliJ IDEA 11.4
在我的机器上运行它(使用与 max heapsize in 相同的值idea.exe.vmoptions
)。自IntelliJ IDEA 11.4
运行以来,我认为这不是防病毒或防火墙问题。我也检查了这些设置。
任何人都遇到过这个或有任何想法(没有双关语)?