idea 2019最新版无法打开报错问题,Error occurred during initialization of VM Initial heap size set to a larger va

本文解决IDEA2019最新版启动失败的问题,错误信息显示初始堆大小超过最大堆大小。主要原因是IDEA未读取安装目录下的配置文件,而是错误地读取了用户目录下特定的vmoptions文件。

idea 2019最新版无法打开报错问题,Error occurred during initialization of VM Initial heap size set to a larger value than the maximum heap size


Initial heap size set to a larger value than the maximum heap size)

初始堆大小设置为大于最大堆大小的值

问题的主要原因在于,你当前用户中存在一个配置文件,idea并没有读取你安装目录下的idea64.exe.vmoptions,而是读取了(C:\Users\dell.IntelliJIdea2019.3\config)下的
idea64.exe.vmoptions文件!!!!

在这里插入图片描述
在这里插入图片描述