the jvm could not be started the maximum heap size…

异常:IntelliJ IDEA启动报错:the jvm could not be started the maximum heap size…

解决办法:
找到文件/bin/idea.exe.vmoptions
-Xms128m
-Xmx512m
-XX:MaxPermSize=250m <!-- 把这里的250改小一点,比如150,就可以了-->
-XX:ReservedCodeCacheSize=64m

猜你喜欢

转载自ithead.iteye.com/blog/1736606