Just jotting down some recommendations from a friend:
- Create an
EXE4J_JAVA_HOMEenvironment variable that points to your JDK installation (i.e.export EXE4J_JAVA_HOME=$JAVA_HOME). - Delete the <idea install dir>
/jredirectory - Add the following JVM options to what you may already have in Idea’s JVM config (<idea install dir>/bin/idea.exe.vmoptions on Windows):
-XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode