Why is IntelliJ 13 IDEA so slow after upgrading from version 12?

后端 未结 20 1634
礼貌的吻别
礼貌的吻别 2020-12-04 04:58

While using IntelliJ 13 ultimate edition for a week, it just seems really slow.

First of all, the whole IDE stops for a second or so every once in a while. The Java

20条回答
  •  暖寄归人
    2020-12-04 05:40

    I was facing sluggish performance with Intellij 2016.1(64-bit) and JDK 1.8(64-bit). I switched to

    • 64 bit intellij
    • 64 bit Java 8 as JAVA_HOME path (This is required to run 64-bit Intellij)
    • 32 bit Java 8 as JDK to be used for Intellij projects (File -> Project Structure | Project Settings -> Project | Project SDK).

    By this combination, now Intellij performance is quite OK.

提交回复
热议问题