How to increase the memory heap size on IntelliJ IDEA?

前端 未结 7 1409
半阙折子戏
半阙折子戏 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:37

    In addition to what others have added, should the error persist try this





    basically put what you want(as others have pointed out) in your run-config's vm options and apply

提交回复
热议问题