I'm developing an intellij plugin and when i'm trying to run the plugin (or debug it) i keep getting the following error:
Could not create the Java virtual machine. Invalid initial heap size: -Xms128m
The JVM parameters in the Run\Debug configurations are (by default):
-Xms128m -Xmx512m -XX:MaxPermSize=250m -XX:ReservedCodeCacheSize=64m -XX:+UseCodeCacheFlushing -ea -Dsun.io.useCanonCaches=false
So eventually I can't debug or run my code.
-Xmsto a higher value? - weltraumpirat