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
Your command is half correct. You need to specify what you want to run with an increased heap size. Something like this
java -Xmx2000M -Xms1000M -jar .jar