Increasing Java heap size in Eclipse - using virtual memory

后端 未结 6 1684
伪装坚强ぢ
伪装坚强ぢ 2021-01-16 11:44

I am running a program in Eclipse(Windows) and need a relatively huge size of memory. Passing the -Xmx1500m to the program seems not sufficient, while Eclipse d

6条回答
  •  遥遥无期
    2021-01-16 11:58

    Go to your eclipse root folder where eclipse.exe file is left and you will find eclipse configuration file ( eclipse.ini ) open that file and you need following changesenter image description here

提交回复
热议问题