Rubymine not starting on Mac after 2019.2 + plugin updates
已回答
Had update to 2019.2 then updated the plugins then rubymine would not start:
It is because I had set
-Xms3072m
-Xmx3072m
in /Users/[user]/Library/Preferences/RubyMine2019.1/rubymine.vmoptions,
which worked like a charm, but the update had only reset Xmx to 2048, causing the JVM to fail because max < min
请先登录再写评论。
Hello Bertrand,
thank you for the report. That's a known problem https://youtrack.jetbrains.com/issue/IDEA-219388 already fixed.