How should I set the memory for IntelliJ 14?

后端 未结 5 686
栀梦
栀梦 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:36

    I have allocated 4 GB to intelliJ 14 on windows 7. My settings in idea64.exe.vmoptions are :

    -Xms4608m
    -Xmx4608m
    -Xmn2g
    -Xss128k
    -XX:MaxPermSize=1536m
    -XX:ParallelGCThreads=20

提交回复
热议问题