jetbrains系列软件出现the jvm could not be started the...

配置问题

找到 安装目录/bin/PhpStorm.exe.vmoptions 文件,用文字编辑器打开

 

 

-Xms128m
-Xmx512m
-XX:MaxPermSize=250m <- 把这里的250改小一点,比如150,就可以了
-XX:ReservedCodeCacheSize=64m
-ea 

你可能感兴趣的:(JetBrains)