Increasing Java Heap Size

前端 未结 6 1756
死守一世寂寞
死守一世寂寞 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:20

    I think you are expecting this.

    $ java -Xmx2000M -Xms1000M -XshowSettings:all

    VM settings:
       Min. Heap Size: 1000.00M
       Max. Heap Size: 1.95G
       Ergonomics Machine Class: server
       Using VM: Java HotSpot(TM) 64-Bit Server VM
    

提交回复
热议问题