How to increase the memory heap size on IntelliJ IDEA?

前端 未结 7 1379
半阙折子戏
半阙折子戏 2020-12-01 13:47

I want to allocate around 1GB of heap size, but I can\'t seem to figure it out.

How to do this?

相关标签:
7条回答
  • 2020-12-01 14:46

    If you use JetBrains Toolbox, then memory changes must be set inside it:

    1. Go to the app settings in the toolbox list
    2. Change Memory heap size option within Configuration section

    Otherwise all the changes in the IDE itself or inside vmoptions file just don't apply.

    0 讨论(0)
提交回复
热议问题