How should I set the memory for IntelliJ 14?

后端 未结 5 678
栀梦
栀梦 2021-02-01 13:56

I just upgraded my IntelliJ to 14.0.3. But there\'s always a Out Of Memory dialog popped up to ask me to set the memory.

Following is my settings:

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-01 14:38

    You can set IntelliJ IDEA's memory settings and your application's memory settings in the following places:

    IDEA's vmoptions file:

    Under Windows it could be either of the followings, depending on which installation (x86, x64) you use:

    • C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.3.4\bin\idea.exe.vmoptions
    • C:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.3.4\bin\idea64.exe.vmoptions

    VM Options in the Run/Debug Configuration:

提交回复
热议问题