How to give more memory to IntelliJ Idea 9-11

前端 未结 7 1835
生来不讨喜
生来不讨喜 2021-01-31 14:23

This concerns Intellij from 9 to 11. In the IDEA window On the bottom right corner I see the current memory usage, typically \"224M of 254M\" How do I give more memory to Idea s

7条回答
  •  隐瞒了意图╮
    2021-01-31 14:45

    If you are using:

    • Ubuntu
    • 64 bit hardware

    then you need to create idea64.vmoptions by simply copying the options from idea.vmoptions file

    cat idea.vmoptions > idea64.vmoptions
    

    The parameters remain the same: -Xmx1024M -Xms512M

提交回复
热议问题