Increasing Java Heap Size

前端 未结 6 1705
死守一世寂寞
死守一世寂寞 2021-01-28 02:43

I\'m trying to increase value of heap size of my jvm, but it doesn\'t work. Could anybody help me with this geek problem? My configuration are follow: Windows 7 x64, 4 GB, i3 CP

6条回答
  •  执笔经年
    2021-01-28 03:26

    You need to provide something for JVM to run with these new settings.

    The arguments you are using only configure the JVM, it still needs whatever jar or class file you want to run.

    To permanently configure JVM profile on windows, follow these Instructions. The settings tool will let you edit runtime parameters:

    enter image description here

提交回复
热议问题