打开finder->应用程序->idea.app->右键->显示包内容->然后MaxOS->双击shell脚本(idea)
 
查看idea日志,此次遇到问题是Initial heap size set to a larger value than the maximum heap size
修改 /Users/jinsenwu/Library/Preferences/IntelliJIdea2019.2/idea.vmoptions
 
-Xms4096m
-Xmx4096m
改成一致就行了,之前idea2018 xms可以设置大于xmx,idea2019.2改成一致就行
 

相关文章:

  • 2021-05-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2021-12-07
  • 2021-05-16
  • 2021-07-05
猜你喜欢
  • 2021-05-03
  • 2022-12-23
  • 2022-02-08
  • 2021-12-01
  • 2021-05-28
  • 2021-12-22
  • 2021-12-27
相关资源
相似解决方案