Setting heap size in IntelliJ IDEA correctly

前端 未结 2 1806
失恋的感觉
失恋的感觉 2020-12-17 17:20

I have this peculiar problem with running a Processing application in IntelliJ IDEA. I want to save a large image and to do this I run in to the following exception:

2条回答
  •  渐次进展
    2020-12-17 17:32

    IntelliJ shows you the amount used and the current size of the heap. You are trying to set the maximum which it does not show.

    You can attach VisualVM to IntellIJ to see the maximum by running jvisualvm

提交回复
热议问题